aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-04-29 17:56:28 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-04-29 17:56:28 +0000
commitd74efe91053268bcf47fe1a228cdc495327d3c82 (patch)
tree2c80d6a4c974c4f2936967bf279c6eaad62402ac /release/Makefile
parent737267b89113c9ca76cad7d9629b36a1e7565e22 (diff)
downloadsrc-d74efe91053268bcf47fe1a228cdc495327d3c82.tar.gz
src-d74efe91053268bcf47fe1a228cdc495327d3c82.zip
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.
Notes
Notes: svn path=/head/; revision=46179
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 55572e7bdf68..e116f6e98321 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