aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
commit84e59eb50d533ef4e842fd057460814a2190b05c (patch)
tree63479b4fad6e4edc8f4c7be71c876af590d0c2b8 /usr.sbin/lpr/lpd/Makefile
parentf5c789f5a934dba022d7028c85ccba1a840b7e72 (diff)
downloadsrc-84e59eb50d533ef4e842fd057460814a2190b05c.tar.gz
src-84e59eb50d533ef4e842fd057460814a2190b05c.zip
Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).
Notes
Notes: svn path=/head/; revision=1863
Diffstat (limited to 'usr.sbin/lpr/lpd/Makefile')
-rw-r--r--usr.sbin/lpr/lpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpd/Makefile b/usr.sbin/lpr/lpd/Makefile
index da95bacac731..ee996d48e643 100644
--- a/usr.sbin/lpr/lpd/Makefile
+++ b/usr.sbin/lpr/lpd/Makefile
@@ -2,7 +2,7 @@
PROG= lpd
CFLAGS+=-I${.CURDIR}/../common_source
-MAN8= lpd.0
+MAN8= lpd.8
SRCS= lpd.c printjob.c recvjob.c displayq.c rmjob.c startdaemon.c \
lpdchar.c common.c
.PATH: ${.CURDIR}/../common_source