mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Grrr, build a non-crypto version of tcpdump to stick in the bin distribution.
Submitted by: kris
This commit is contained in:
parent
d80939f44d
commit
1596ed11ca
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue