aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile2
-rw-r--r--usr.sbin/tcpdump/tcpslice/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index fee95540b94b..b05c4f89bca8 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -2,7 +2,7 @@
PROG= tcpdump
CFLAGS+=-DCSLIP -I.
-MAN1= tcpdump.0
+MAN1= tcpdump.1
SRCS= version.c addrtoname.c bpf_dump.c bpf_filter.c bpf_image.c etherent.c \
gencode.c inet.c md.c nametoaddr.c optimize.c os.c pcap.c \
print-arp.c print-atalk.c print-bootp.c print-domain.c \
diff --git a/usr.sbin/tcpdump/tcpslice/Makefile b/usr.sbin/tcpdump/tcpslice/Makefile
index d1cd63b19ff4..55b240273c1e 100644
--- a/usr.sbin/tcpdump/tcpslice/Makefile
+++ b/usr.sbin/tcpdump/tcpslice/Makefile
@@ -2,7 +2,7 @@
PROG= tcpslice
CFLAGS+=-DCSLIP -I. -I$(.CURDIR)/../tcpdump
-MAN1= tcpslice.0
+MAN1= tcpslice.1
SRCS= version.c tcpslice.c gwtm2secs.c search.c \
savefile.c bpf_filter.c md.c util.c
.PATH: ${.CURDIR}/../tcpdump /sys/net