From 63fbdd358838db4554d170786550c4277ee6e1dd Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 9 Nov 1999 00:16:30 +0000 Subject: Add an empty netgraph.o when building a release to keep the crunch stuff happy. Breakage spotted by: phk --- usr.sbin/ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index e74ddc5..c130e66 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -71,8 +71,8 @@ DPADD+= ${LIBNETGRAPH} # 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+= nat_cmd.o chap_ms.o radius.o -chap_ms.o nat_cmd.o radius.o: +OBJS+= chap_ms.o nat_cmd.o netgraph.o radius.o +chap_ms.o nat_cmd.o netgraph.o radius.o: >null_${.PREFIX}.c cc -c -o ${.TARGET} null_${.PREFIX}.c .endif -- cgit v1.1