summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-26 14:42:20 +0000
committerru <ru@FreeBSD.org>2001-03-26 14:42:20 +0000
commitafd506414eebce28d614a4695ce243499d0139bc (patch)
treeb29637fd9b9c344d57309d43ffa65d787ea31dff /usr.sbin/tcpdump
parent86642a4ab498a232761f0dcb1ca83f06fc0d5a40 (diff)
downloadFreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.zip
FreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.tar.gz
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
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