diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-04 15:59:49 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-04 15:59:49 +0000 |
commit | 5ebfbc1d3156d4ede9dcc95905ba0ac8dd9a492a (patch) | |
tree | f8c3c030695e0f3dab570932b42edabf91463b9d /usr.sbin/tcpdump/Makefile | |
parent | c7c145692f0dc3ba8ff78b5282d0029587e26d68 (diff) |
Updating to the latest LBL release.
Sun's SKIP support added.
Diffstat (limited to 'usr.sbin/tcpdump/Makefile')
-rw-r--r-- | usr.sbin/tcpdump/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile index a36ba571870..1fe432f60e6 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/03/04 15:58:53 mickey Exp $ # $NetBSD: Makefile,v 1.6 1995/03/07 23:18:39 mycroft Exp $ # # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 @@ -19,7 +20,7 @@ # WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/Makefile,v 1.1 1995/10/18 08:48:23 deraadt Exp $ (LBL) +# @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/Makefile,v 1.2 1996/03/04 15:58:53 mickey Exp $ (LBL) PROG= tcpdump MAN= tcpdump.8 @@ -35,7 +36,7 @@ SRCS= tcpdump.c addrtoname.c \ print-icmp.c print-sl.c print-ppp.c print-rip.c \ print-snmp.c print-ntp.c print-null.c print-egp.c print-ospf.c \ print-fddi.c print-llc.c print-sunrpc.c \ - print-wb.c print-decnet.c print-isoclns.c print-ipx.c \ + print-wb.c print-decnet.c print-isoclns.c print-ipx.c print-skip.c \ util.c bpf_dump.c parsenfsfh.c version.c AWKS = atime.awk packetdat.awk send-ack.awk stime.awk |