diff options
author | hosokawa <hosokawa@FreeBSD.org> | 2000-10-31 05:00:25 +0000 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 2000-10-31 05:00:25 +0000 |
commit | 11f32dfee0527c6a1b8bb20381b6357ae4212efd (patch) | |
tree | e5372f213361f3d89b6a599c0429813f776a96d3 | |
parent | da7d403663f63359219f9b0145f720e46af14a14 (diff) | |
download | FreeBSD-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".
-rw-r--r-- | usr.sbin/ppp/Makefile | 4 |
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 |