summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-04-29 17:56:28 +0000
committerjdp <jdp@FreeBSD.org>1999-04-29 17:56:28 +0000
commit9b7add1cb84e1329fdea5d5fbc3d202c9e55cbfb (patch)
treea0a0e97f0e3ead73493f22dcae5b18b396e3c6fd /release/Makefile
parent7d47725500cdad61cb85ec5b9274d772e56159e6 (diff)
downloadFreeBSD-src-9b7add1cb84e1329fdea5d5fbc3d202c9e55cbfb.zip
FreeBSD-src-9b7add1cb84e1329fdea5d5fbc3d202c9e55cbfb.tar.gz
pppd/Makefile:
Enable MS-CHAP support. release/Makefile: Build a separate NOCRYPT version of pppd, to keep This Great Nation's top-secret cryptographic tools out of the filthy hands of those evil furriners.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 55572e7..e116f6e 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.478 1999/04/25 16:42:46 max Exp $
+# $Id: Makefile,v 1.479 1999/04/27 05:09:43 max Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -330,7 +330,7 @@ release.4:
#
release.5:
# Handle some grief caused by the munition braindeadness.
- for i in sbin/init bin/ed usr.sbin/ppp ; do \
+ for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd ; do \
( cd ${.CURDIR}/../$$i; \
make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
done
OpenPOWER on IntegriCloud