diff options
Diffstat (limited to 'usr.sbin/lpr/lpd/Makefile')
-rw-r--r-- | usr.sbin/lpr/lpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/lpr/lpd/Makefile b/usr.sbin/lpr/lpd/Makefile index b2e5c7d..1131262 100644 --- a/usr.sbin/lpr/lpd/Makefile +++ b/usr.sbin/lpr/lpd/Makefile @@ -3,6 +3,7 @@ PROG= lpd CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} +MAN= lpd.8 SRCS= lpd.c printjob.c recvjob.c lpdchar.c modes.c DPADD= ${LIBLPR} LDADD= ${LIBLPR} |