diff options
Diffstat (limited to 'homebrew/tcpdump/.make.sh-auto')
-rw-r--r-- | homebrew/tcpdump/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/tcpdump/.make.sh-auto b/homebrew/tcpdump/.make.sh-auto new file mode 100644 index 000000000..0ba891ed1 --- /dev/null +++ b/homebrew/tcpdump/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +pkg:configure --enable-ipv6 --disable-smb --disable-universal +make DESTDIR=${PKG_DEST} install |