From b8c89893778b0bcf37371ca1a15f43924039a8d2 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Sun, 18 Feb 1996 21:38:13 +0000 Subject: [PATCH] Update the uucpd makefile to install the man page. --- libexec/uucpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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