Update the uucpd makefile to install the man page.

This commit is contained in:
Mike Pritchard 1996-02-18 21:38:13 +00:00
parent 7648a7d3a5
commit b8c8989377
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14150

View File

@ -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>