summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-07-03 22:21:47 +0000
committerespie <espie@openbsd.org>2017-07-03 22:21:47 +0000
commit186e29d5ec91e4d773cee4e8d674351727eba759 (patch)
tree98aed1d2cca7e71dc03a056e2f06ba6e0fec4417 /usr.sbin/npppd
parentsizeof(struct sockaddr_in) != sizeof(struct in_addr). (diff)
downloadwireguard-openbsd-186e29d5ec91e4d773cee4e8d674351727eba759.tar.xz
wireguard-openbsd-186e29d5ec91e4d773cee4e8d674351727eba759.zip
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
instead of CLEANFILES += y.tab.h okay millert@
Diffstat (limited to 'usr.sbin/npppd')
-rw-r--r--usr.sbin/npppd/npppd/Makefile3
1 files changed, 2 insertions, 1 deletions
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}