summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-07-26 12:19:14 +0000
committerjkh <jkh@FreeBSD.org>2000-07-26 12:19:14 +0000
commitb0a549b505460cdf119864db7206c32386aeb9ef (patch)
tree2d8cc2c03010204c649501fe55f5c02b7185ca58 /release
parent75cb2c66dcfb6812a5223f72545397cd4bac7764 (diff)
downloadFreeBSD-src-b0a549b505460cdf119864db7206c32386aeb9ef.zip
FreeBSD-src-b0a549b505460cdf119864db7206c32386aeb9ef.tar.gz
Fix a paste-o error which broke the build
Pointy-hat to: jhb
Diffstat (limited to 'release')
-rw-r--r--release/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 9b5685c..867ca7b 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -409,8 +409,7 @@ release.4:
#
release.5:
# Handle some grief caused by the munition braindeadness.
- for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tc
-pdump ; do \
+ for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump ; do \
( cd ${.CURDIR}/../$$i; \
make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
done
OpenPOWER on IntegriCloud