aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2000-05-31 21:45:15 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2000-05-31 21:45:15 +0000
commit8c0e8d96d235e6ef0d99e6a65b2a045529a82a58 (patch)
tree30e9655e9d72f5f99562294613b4654ce04af71c /usr.sbin/Makefile
parent91bb0c05fe94f00ae9a16b65b0d4a1ac78128936 (diff)
Notes
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 3bfc8a09882c..6f13280398ba 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -43,7 +43,6 @@ SUBDIR= IPXrouted \
kbdmap \
kernbb \
keyserv \
- lpr \
manctl \
memcontrol \
mergemaster \
@@ -132,6 +131,10 @@ SUBDIR+=named \
nsupdate
.endif
+.if !defined(NO_LPR)
+SUBDIR+=lpr
+.endif
+
.if !defined(NO_MAILWRAPPER)
SUBDIR+=mailwrapper
.endif