From 11f32dfee0527c6a1b8bb20381b6357ae4212efd Mon Sep 17 00:00:00 2001 From: hosokawa Date: Tue, 31 Oct 2000 05:00:25 +0000 Subject: Forgotten RELEASE_CRUNCH hack for mppe.c. This fix is for "make release" and "make boot.flp". --- usr.sbin/ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp') 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 -- cgit v1.1