From afd506414eebce28d614a4695ce243499d0139bc Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 26 Mar 2001 14:42:20 +0000 Subject: - Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN. --- usr.sbin/tcpdump/tcpdump/Makefile | 1 - usr.sbin/tcpdump/tcpslice/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/tcpdump') 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} -- cgit v1.1