summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 08:20:51 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 08:20:51 +0000
commit7baa1b2056a33101fd91702ee11726d0ecf6b227 (patch)
tree778b3e97a81b66f064a1022ef6bd213e5d704168 /etc
parent947503ce8d6d8e0f6c731b76d64c7c6b05d37156 (diff)
downloadFreeBSD-src-7baa1b2056a33101fd91702ee11726d0ecf6b227.zip
FreeBSD-src-7baa1b2056a33101fd91702ee11726d0ecf6b227.tar.gz
Honor MK_LPR with etc/rc.d/lpd
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 2374566..68c95ba 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -192,6 +192,10 @@ FILES+= iscsictl
FILES+= iscsid
.endif
+.if ${MK_LPR} != "no"
+FILES+= lpd
+.endif
+
.if ${MK_NS_CACHING} != "no"
_nscd= nscd
.endif
OpenPOWER on IntegriCloud