summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/Makefile
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2002-09-18 08:51:18 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2002-09-18 08:51:18 +0000
commitb0cfe955886793905409287bbd855b53deb0c20a (patch)
tree8681c08ae187c730126774f7994e84efec4809a6 /usr.sbin/tcpdump/Makefile
parent8cb0d190e5b806a628708076d1b67f50de5f5245 (diff)
remove egp support; unresolved non-bsd license for a decoder of protocol that
noone uses anymore is not worth the amount of work needed to be resolved.
Diffstat (limited to 'usr.sbin/tcpdump/Makefile')
-rw-r--r--usr.sbin/tcpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile
index bf1b09742a4..5bd85a3e1f3 100644
--- a/usr.sbin/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.34 2002/01/22 18:33:07 mickey Exp $
+# $OpenBSD: Makefile,v 1.35 2002/09/18 08:51:17 jakob Exp $
#
# Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994
# The Regents of the University of California. All rights reserved.
@@ -38,7 +38,7 @@ SRCS= tcpdump.c addrtoname.c \
print-ether.c print-ip.c print-arp.c print-tcp.c print-udp.c \
print-atalk.c print-domain.c print-tftp.c print-bootp.c print-nfs.c \
print-icmp.c print-sl.c print-ppp.c print-rip.c print-timed.c \
- print-snmp.c print-ntp.c print-null.c print-egp.c print-ospf.c \
+ print-snmp.c print-ntp.c print-null.c print-ospf.c \
print-fddi.c print-llc.c print-sunrpc.c print-hsrp.c \
print-vrrp.c print-wb.c print-decnet.c print-isoclns.c print-ipx.c \
print-atm.c print-dvmrp.c print-krb.c print-pim.c print-netbios.c \