summaryrefslogtreecommitdiffstats
path: root/usr.bin/uucp
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 19:00:04 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 19:00:04 +0000
commit3ac06aac07cc33b027d1fa594ed74029dcb95797 (patch)
tree80d81dd90d559a596166cc04bb574b989c5382ee /usr.bin/uucp
parent2751343523c9bb9aa93dd1140a938c0f6077551a (diff)
downloadFreeBSD-src-3ac06aac07cc33b027d1fa594ed74029dcb95797.zip
FreeBSD-src-3ac06aac07cc33b027d1fa594ed74029dcb95797.tar.gz
More merry makefile munging for man page compatability.
Diffstat (limited to 'usr.bin/uucp')
-rw-r--r--usr.bin/uucp/acucntrl/Makefile2
-rw-r--r--usr.bin/uucp/uupoll/Makefile2
-rw-r--r--usr.bin/uucp/uusnap/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/uucp/acucntrl/Makefile b/usr.bin/uucp/acucntrl/Makefile
index 85bbfe4..8a2b44f 100644
--- a/usr.bin/uucp/acucntrl/Makefile
+++ b/usr.bin/uucp/acucntrl/Makefile
@@ -5,6 +5,6 @@ CFLAGS+=-I${.CURDIR}/../includes
BINDIR= ${LIBDIR}
BINOWN= root
BINMODE=6550
-MAN8= acucntrl.0
+MAN8= acucntrl.8
.include <bsd.prog.mk>
diff --git a/usr.bin/uucp/uupoll/Makefile b/usr.bin/uucp/uupoll/Makefile
index fd39c3c..97794d5 100644
--- a/usr.bin/uucp/uupoll/Makefile
+++ b/usr.bin/uucp/uupoll/Makefile
@@ -5,6 +5,6 @@ CFLAGS+=-I${.CURDIR}/../includes
BINMODE=6555
DPADD= ${LIBCOMPAT}
LDADD= ${LIBUU} -lcompat
-MAN8= uupoll.0
+MAN8= uupoll.8
.include <bsd.prog.mk>
diff --git a/usr.bin/uucp/uusnap/Makefile b/usr.bin/uucp/uusnap/Makefile
index 6bf9137..d23ab2a 100644
--- a/usr.bin/uucp/uusnap/Makefile
+++ b/usr.bin/uucp/uusnap/Makefile
@@ -3,6 +3,6 @@
PROG= uusnap
CFLAGS+=-I${.CURDIR}/../includes
BINMODE=6555
-MAN8= uusnap.0
+MAN8= uusnap.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud