From 69681180489ea37a8a494c8692244c1eaae8e557 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Mon, 6 Sep 1993 20:25:55 +0000 Subject: [PATCH] Added -DPPP so that tcpdump understands ppp --- usr.sbin/tcpdump/tcpdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index b05c4f89bca..7d3b5b223c6 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 \