diff options
author | ru <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
commit | 56b5d7535b94f68324d688401270d40f3779f0aa (patch) | |
tree | 5595d1171fe386d2597473f260d7abc50f6f6ff3 /sbin/ipfstat | |
parent | ebd6ae3e698b396be69e6680b62601a931178567 (diff) | |
download | FreeBSD-src-56b5d7535b94f68324d688401270d40f3779f0aa.zip FreeBSD-src-56b5d7535b94f68324d688401270d40f3779f0aa.tar.gz |
Set the default manual section for sbin/ to 8.
Diffstat (limited to 'sbin/ipfstat')
-rw-r--r-- | sbin/ipfstat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index 7a23800..7f4ee0b 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -3,7 +3,6 @@ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man PROG= ipfstat -MAN8= ipfstat.8 SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DSTATETOP -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter |