1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Added -DPPP so that tcpdump understands ppp

This commit is contained in:
Rodney W. Grimes 1993-09-06 20:25:55 +00:00
parent 5c954fb68d
commit 6968118048
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=400

View File

@ -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 \