diff options
author | root <root@FreeBSD.org> | 1993-07-02 04:22:44 +0000 |
---|---|---|
committer | root <root@FreeBSD.org> | 1993-07-02 04:22:44 +0000 |
commit | aa99538e13219e7601f1fabe5000620c131a2e18 (patch) | |
tree | e6c690d14dafd5b2e47e6c960cd26961ea1b0c5f /usr.sbin/tcpdump | |
parent | d35a5142fab15b35c58bee2d0a02cb339c2ee372 (diff) | |
download | FreeBSD-src-aa99538e13219e7601f1fabe5000620c131a2e18.zip FreeBSD-src-aa99538e13219e7601f1fabe5000620c131a2e18.tar.gz |
New manual page system
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpslice/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index fee9554..b05c4f8 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 d1cd63b..55b2402 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 |