diff options
author | jkh <jkh@FreeBSD.org> | 2000-07-26 12:19:14 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-07-26 12:19:14 +0000 |
commit | b0a549b505460cdf119864db7206c32386aeb9ef (patch) | |
tree | 2d8cc2c03010204c649501fe55f5c02b7185ca58 | |
parent | 75cb2c66dcfb6812a5223f72545397cd4bac7764 (diff) | |
download | FreeBSD-src-b0a549b505460cdf119864db7206c32386aeb9ef.zip FreeBSD-src-b0a549b505460cdf119864db7206c32386aeb9ef.tar.gz |
Fix a paste-o error which broke the build
Pointy-hat to: jhb
-rw-r--r-- | release/Makefile | 3 |
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 |