summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd/npppd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/npppd/npppd/Makefile')
-rw-r--r--usr.sbin/npppd/npppd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/npppd/npppd/Makefile b/usr.sbin/npppd/npppd/Makefile
index fb2cc9da391..eadc7f621ce 100644
--- a/usr.sbin/npppd/npppd/Makefile
+++ b/usr.sbin/npppd/npppd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2017/02/21 05:17:48 yasuoka Exp $
+# $OpenBSD: Makefile,v 1.20 2017/05/30 17:52:05 yasuoka Exp $
NPPPD_COMMON_DIR= ${.CURDIR}/../common
@@ -33,8 +33,6 @@ CPPFLAGS+= -DUSE_NPPPD_PIPEX
CPPFLAGS+= -DUSE_NPPPD_RADIUS
CPPFLAGS+= -DUSE_SA_COOKIE
-CPPFLAGS+= -DGENERIC_USE -DRADISH
-
LDADD+= -levent -lradius -lcrypto -ly -lutil
DPADD+= ${LIBEVENT} ${LIBRADIUS} ${LIBCRYPTO} ${LIBY} ${LIBUTIL}