summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-08-27 17:15:14 +0000
committerjhb <jhb@FreeBSD.org>2012-08-27 17:15:14 +0000
commiteda92569ee88b45557a54b3dbb4d16d8879b8932 (patch)
treed65842aadd710e7dcf750a94ec571ff4aca28fc9 /share/doc
parent2d97353026d07c9c363dd26d7aa2a6ff233d2e9a (diff)
downloadFreeBSD-src-eda92569ee88b45557a54b3dbb4d16d8879b8932.zip
FreeBSD-src-eda92569ee88b45557a54b3dbb4d16d8879b8932.tar.gz
Don't build and install the 07.lpd doc if WITHOUT_LPR is set.
MFC after: 1 week
Diffstat (limited to 'share/doc')
-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