summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorhosokawa <hosokawa@FreeBSD.org>2000-10-31 05:00:25 +0000
committerhosokawa <hosokawa@FreeBSD.org>2000-10-31 05:00:25 +0000
commit11f32dfee0527c6a1b8bb20381b6357ae4212efd (patch)
treee5372f213361f3d89b6a599c0429813f776a96d3 /usr.sbin/ppp
parentda7d403663f63359219f9b0145f720e46af14a14 (diff)
downloadFreeBSD-src-11f32dfee0527c6a1b8bb20381b6357ae4212efd.zip
FreeBSD-src-11f32dfee0527c6a1b8bb20381b6357ae4212efd.tar.gz
Forgotten RELEASE_CRUNCH hack for mppe.c.
This fix is for "make release" and "make boot.flp".
Diffstat (limited to 'usr.sbin/ppp')
-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 f4e5eec..046a3b9 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -91,8 +91,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 -DNOSUID
-OBJS+= chap_ms.o id.o nat_cmd.o radius.o
-chap_ms.o id.o nat_cmd.o radius.o:
+OBJS+= chap_ms.o mppe.o id.o nat_cmd.o radius.o
+chap_ms.o mppe.o id.o nat_cmd.o radius.o:
>null_${.PREFIX}.c
cc -c -o ${.TARGET} null_${.PREFIX}.c
.endif
OpenPOWER on IntegriCloud