Update the uucpd makefile to install the man page.

This commit is contained in:
mpp 1996-02-18 21:38:13 +00:00
parent b5a88abd7d
commit f10d4c939c

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>