summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-11-11 02:25:17 +0000
committerbrian <brian@FreeBSD.org>1999-11-11 02:25:17 +0000
commit86a6663de4a17637ca66b480558d67a0a30ea44d (patch)
treef74c6ca5f89404c6a4535638536f2122c9d22fc7 /usr.sbin/ppp/Makefile
parent51e564d911db6e4888699085ed27ff34dd519b43 (diff)
downloadFreeBSD-src-86a6663de4a17637ca66b480558d67a0a30ea44d.zip
FreeBSD-src-86a6663de4a17637ca66b480558d67a0a30ea44d.tar.gz
Oops, netgraph.o -> ether.o for the RELEASE build.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud