From dc4511d5eb82cfaf19337c2de6c35dccccf07159 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 20 Nov 1999 10:55:27 +0000 Subject: [PATCH] Don't compile NETGRAPH out of ppp for the release crunch --- usr.sbin/ppp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 22562424bac3..7654d255f327 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