aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-26 08:20:51 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-26 08:20:51 +0000
commit5b57c67cc667697261b58e7a87b0050a093d76a4 (patch)
tree778b3e97a81b66f064a1022ef6bd213e5d704168 /etc
parent4a0ea4d6981376214ddd08e6e596e6d49c1905ab (diff)
downloadsrc-5b57c67cc667697261b58e7a87b0050a093d76a4.tar.gz
src-5b57c67cc667697261b58e7a87b0050a093d76a4.zip
Honor MK_LPR with etc/rc.d/lpd
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=277731
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 237456628917..68c95ba8aec5 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