summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-11-20 10:55:27 +0000
committerbrian <brian@FreeBSD.org>1999-11-20 10:55:27 +0000
commit1249128f885e11840f68424fa9052cc7c02315ab (patch)
tree4e5e3e27c5d647cc70435d22111d57ccaaecfc56 /usr.sbin/ppp/Makefile
parent62c4e5d19a561994a894ad6ce8de37870ebd8493 (diff)
downloadFreeBSD-src-1249128f885e11840f68424fa9052cc7c02315ab.zip
FreeBSD-src-1249128f885e11840f68424fa9052cc7c02315ab.tar.gz
Don't compile NETGRAPH out of ppp for the release crunch
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 2256242..7654d25 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -70,9 +70,9 @@ DPADD+= ${LIBNETGRAPH}
.if defined(RELEASE_CRUNCH)
# We must create these objects because crunchgen will link them,
# and we don't want any unused symbols to spoil the final link.
-CFLAGS+=-DNONAT -DNORADIUS -DNOI4B -DNONETGRAPH
-OBJS+= chap_ms.o ether.o nat_cmd.o radius.o
-chap_ms.o ether.o nat_cmd.o radius.o:
+CFLAGS+=-DNONAT -DNORADIUS -DNOI4B
+OBJS+= chap_ms.o nat_cmd.o radius.o
+chap_ms.o nat_cmd.o radius.o:
>null_${.PREFIX}.c
cc -c -o ${.TARGET} null_${.PREFIX}.c
.endif
OpenPOWER on IntegriCloud