aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-09-06 20:25:55 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-09-06 20:25:55 +0000
commit69681180489ea37a8a494c8692244c1eaae8e557 (patch)
tree15bbf9425cebb0e9c2f3b759f0fd3f3dcb0ab994 /usr.sbin
parent5c954fb68dd47412a2f72cb7cd86f223bcd1993b (diff)
downloadsrc-69681180489ea37a8a494c8692244c1eaae8e557.tar.gz
src-69681180489ea37a8a494c8692244c1eaae8e557.zip
Added -DPPP so that tcpdump understands ppp
Notes
Notes: svn path=/head/; revision=400
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index b05c4f89bca8..7d3b5b223c64 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 0.1 (RWGrimes) 3/24/93
PROG= tcpdump
-CFLAGS+=-DCSLIP -I.
+CFLAGS+=-DCSLIP -DPPP -I.
MAN1= tcpdump.1
SRCS= version.c addrtoname.c bpf_dump.c bpf_filter.c bpf_image.c etherent.c \
gencode.c inet.c md.c nametoaddr.c optimize.c os.c pcap.c \