From 5a3cebd1e81105ba6096d0e5cb8f7eb1c7e03c47 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 27 Aug 2012 17:15:14 +0000 Subject: [PATCH] Don't build and install the 07.lpd doc if WITHOUT_LPR is set. MFC after: 1 week --- share/doc/smm/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index bfbea5b3a497..fd42bd4d53a6 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -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