aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
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