summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/doc/smm/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile
index bfbea5b..fd42bd4 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 <bsd.subdir.mk>
OpenPOWER on IntegriCloud