aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-11-09 00:16:30 +0000
committerBrian Somers <brian@FreeBSD.org>1999-11-09 00:16:30 +0000
commit0f9c4207176ddd08f9a0d0bb08bfdffe7efe5da3 (patch)
tree05c7a691fe3ed8bdddb47e44d25e0be5aaf90f9b
parent4c62f5d13a616b4ed292d7e77ee23288fc1f4b64 (diff)
Notes
-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 e74ddc5cd232..c130e66a2e54 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