diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-08-30 04:48:00 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-08-30 04:48:00 +0000 |
commit | 6df2d2c0534d00e65ea7a2d25a1e6d8db7363aac (patch) | |
tree | e80c832251cee4269d50402a8d0bd92d466e79ea | |
parent | 87e8ec27911f2a7a41f25806f5a304a5b5de29dd (diff) | |
download | FreeBSD-src-6df2d2c0534d00e65ea7a2d25a1e6d8db7363aac.zip FreeBSD-src-6df2d2c0534d00e65ea7a2d25a1e6d8db7363aac.tar.gz |
Install ipmon.8 in man8/ not man1/.
PR: 7778
Submitted by: horikawa@jp.freebsd.org
-rw-r--r-- | sbin/ipmon/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/ipmon/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile index b52523e..96cffcf 100644 --- a/sbin/ipmon/Makefile +++ b/sbin/ipmon/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man PROG= ipmon -MAN1= ipmon.8 +MAN8= ipmon.8 SRCS= ipmon.c CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter diff --git a/usr.sbin/ipmon/Makefile b/usr.sbin/ipmon/Makefile index b52523e..96cffcf 100644 --- a/usr.sbin/ipmon/Makefile +++ b/usr.sbin/ipmon/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man PROG= ipmon -MAN1= ipmon.8 +MAN8= ipmon.8 SRCS= ipmon.c CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter |