From fb2e42210df5ba52997cb02647916c5caec7aa9b Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Mon, 3 Jul 2017 22:21:48 +0000 Subject: no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of CLEANFILES += y.tab.h okay millert@ --- usr.sbin/npppd/npppd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/npppd') diff --git a/usr.sbin/npppd/npppd/Makefile b/usr.sbin/npppd/npppd/Makefile index eadc7f621ce..849f618b489 100644 --- a/usr.sbin/npppd/npppd/Makefile +++ b/usr.sbin/npppd/npppd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2017/05/30 17:52:05 yasuoka Exp $ +# $OpenBSD: Makefile,v 1.21 2017/07/03 22:21:47 espie Exp $ NPPPD_COMMON_DIR= ${.CURDIR}/../common @@ -33,6 +33,7 @@ CPPFLAGS+= -DUSE_NPPPD_PIPEX CPPFLAGS+= -DUSE_NPPPD_RADIUS CPPFLAGS+= -DUSE_SA_COOKIE +YFLAGS= LDADD+= -levent -lradius -lcrypto -ly -lutil DPADD+= ${LIBEVENT} ${LIBRADIUS} ${LIBCRYPTO} ${LIBY} ${LIBUTIL} -- cgit v1.2.3