aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uucp/uupoll/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/uucp/uupoll/Makefile')
-rw-r--r--usr.bin/uucp/uupoll/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/uucp/uupoll/Makefile b/usr.bin/uucp/uupoll/Makefile
index fd39c3c20389..97794d5d50de 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>