summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile1
-rw-r--r--usr.sbin/tcpdump/tcpslice/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index 8b9423e..a7d77c1 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -2,7 +2,6 @@
PROG= tcpdump
CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR}
-MAN1= tcpdump.1
SRCS = version.c tcpdump.c \
addrtoname.c bpf_dump.c gmt2local.c machdep.c parsenfsfh.c \
print-ah.c print-arp.c print-ascii.c print-atalk.c print-atm.c \
diff --git a/usr.sbin/tcpdump/tcpslice/Makefile b/usr.sbin/tcpdump/tcpslice/Makefile
index 2d0f33d..3bb2950 100644
--- a/usr.sbin/tcpdump/tcpslice/Makefile
+++ b/usr.sbin/tcpdump/tcpslice/Makefile
@@ -1,8 +1,8 @@
# @(#)Makefile 0.1 (RWGrimes) 3/24/93
+# $FreeBSD$
PROG= tcpslice
CFLAGS+=-Wall -I.
-MAN1= tcpslice.1
SRCS= gwtm2secs.c search.c tcpslice.c util.c version.c version.h
CLEANFILES+= version.c version.h
DPADD+= ${LIBPCAP}
OpenPOWER on IntegriCloud