Grrr, build a non-crypto version of tcpdump to stick in the bin distribution.

Submitted by:	kris
This commit is contained in:
John Baldwin 2000-07-25 22:30:09 +00:00
parent d80939f44d
commit 1596ed11ca

View file

@ -409,7 +409,8 @@ 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 ; do \
for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tc
pdump ; do \
( cd ${.CURDIR}/../$$i; \
make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
done