Don't build and install the 07.lpd doc if WITHOUT_LPR is set.

MFC after:	1 week
This commit is contained in:
John Baldwin 2012-08-27 17:15:14 +00:00
parent 6b21af5af4
commit 5a3cebd1e8

View File

@ -18,7 +18,7 @@ SUBDIR= title \
04.quotas \
05.fastfs \
06.nfs \
07.lpd \
${_07.lpd} \
${_08.sendmailop} \
11.timedop \
12.timed \
@ -28,4 +28,8 @@ SUBDIR= title \
_08.sendmailop= 08.sendmailop
.endif
.if ${MK_LPR} != "no"
_07.lpd= 07.lpd
.endif
.include <bsd.subdir.mk>