From 86a6663de4a17637ca66b480558d67a0a30ea44d Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 11 Nov 1999 02:25:17 +0000 Subject: Oops, netgraph.o -> ether.o for the RELEASE build. --- usr.sbin/ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/Makefile') diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index c130e66..2256242 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+= chap_ms.o nat_cmd.o netgraph.o radius.o -chap_ms.o nat_cmd.o netgraph.o radius.o: +OBJS+= chap_ms.o ether.o nat_cmd.o radius.o +chap_ms.o ether.o nat_cmd.o radius.o: >null_${.PREFIX}.c cc -c -o ${.TARGET} null_${.PREFIX}.c .endif -- cgit v1.1