summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-06-04 15:20:11 +0000
committerdes <des@FreeBSD.org>2002-06-04 15:20:11 +0000
commitdb9524cde59eff0d446c1063bdae96f1ea65cce9 (patch)
tree6d7810bc35f8b5e94c0297368f8862871bb8922f /usr.bin/Makefile
parentda1177ce1d7837d4bda72eb5a7411ad178857b48 (diff)
downloadFreeBSD-src-db9524cde59eff0d446c1063bdae96f1ea65cce9.zip
FreeBSD-src-db9524cde59eff0d446c1063bdae96f1ea65cce9.tar.gz
Don't build perl if NO_PERL is defined.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index d9d141e..480e432 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -122,7 +122,6 @@ SUBDIR= apply \
passwd \
paste \
pathchk \
- perl \
pr \
printenv \
printf \
@@ -217,6 +216,10 @@ SUBDIR+=dig \
host
.endif
+.if !defined(NO_PERL)
+SUBDIR+=perl
+.endif
+
.if !defined(NO_SENDMAIL)
SUBDIR+=vacation
.endif
OpenPOWER on IntegriCloud