diff options
author | Paul Traina <pst@FreeBSD.org> | 1998-01-01 04:13:54 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1998-01-01 04:13:54 +0000 |
commit | 1c1351793c36b3c34e62e64ff8668b75945ab8e0 (patch) | |
tree | fc5c0084eb5e1f3a4fa744532b069dae806566b2 /usr.sbin/tcpdump | |
parent | 914e5c17bc32db784f8daa97fd316c7b031e1ce7 (diff) | |
download | src-test2-1c1351793c36b3c34e62e64ff8668b75945ab8e0.tar.gz src-test2-1c1351793c36b3c34e62e64ff8668b75945ab8e0.zip |
Notes
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index 7a482aa52153..11bac1cdb9e6 100644 --- a/usr.sbin/tcpdump/tcpdump/Makefile +++ b/usr.sbin/tcpdump/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 1997/02/22 16:14:02 peter Exp $ +# $Id: Makefile,v 1.17 1997/05/27 02:21:28 fenner Exp $ PROG= tcpdump CFLAGS+=-DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 \ @@ -7,7 +7,7 @@ CFLAGS+=-DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 \ -DHAVE_TM_GMTOFF=1 -DLBL_ALIGN=1 -DPPP -DHAVE_FDDI MAN1= tcpdump.1 SRCS = version.c tcpdump.c \ - print-arp.c print-atalk.c print-atm.c print-bootp.c \ + print-arp.c print-atalk.c print-atm.c print-fr.c print-bootp.c \ print-decnet.c print-domain.c print-dvmrp.c print-egp.c \ print-ether.c print-fddi.c print-gre.c print-icmp.c \ print-igrp.c print-ip.c print-ipx.c print-isoclns.c print-krb.c \ |