summaryrefslogtreecommitdiff
path: root/libexec/uucpd
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-02-18 21:38:13 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-02-18 21:38:13 +0000
commitb8c89893778b0bcf37371ca1a15f43924039a8d2 (patch)
tree5c2b52834ea360984298747ffe16977636b255e5 /libexec/uucpd
parent7648a7d3a57fadcb92d5c87a1b173bc2d59c813c (diff)
Notes
Diffstat (limited to 'libexec/uucpd')
-rw-r--r--libexec/uucpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile
index 986c216a1e34..d9b3c91741e8 100644
--- a/libexec/uucpd/Makefile
+++ b/libexec/uucpd/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= uucpd
-NOMAN= noman
+MAN8= uucpd.8
LDADD= -lcrypt -lutil
DPADD= ${LIBCRYPT} ${LIBUTIL}
.include <bsd.prog.mk>