diff options
author | Guy Harris <guy@alum.mit.edu> | 2012-02-29 21:14:50 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2012-02-29 21:14:50 -0800 |
commit | 2886b89df644ab24bc93577d3e309962b3aec09d (patch) | |
tree | 2e122f7fe18bbb545b09cfbeed65ddb9fbc9617f /Makefile.in | |
parent | 0d2d222ffb8fdca529963a11624f4390d1c15297 (diff) | |
download | tcpdump-2886b89df644ab24bc93577d3e309962b3aec09d.tar.gz |
Back out DLT_PFSYNC support.
Unfortunately, the DLT_PFSYNC support depends on header files included
from the pfctl command's source tree, and trying to arrange to find that
would be too much trouble.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d75140a6..aefd3a47 100644 --- a/Makefile.in +++ b/Makefile.in @@ -245,7 +245,6 @@ EXTRA_DIST = \ mkdep \ packetdat.awk \ pcap_dump_ftell.c \ - pf_print_state.c \ print-babel.c \ print-dhcp6.c \ print-frag6.c \ @@ -256,7 +255,6 @@ EXTRA_DIST = \ print-netbios.c \ print-ospf6.c \ print-pflog.c \ - print-pfsync.c \ print-ripng.c \ print-rt6.c \ print-smb.c \ |