aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-06-04 15:20:11 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-06-04 15:20:11 +0000
commitfc281c6159a48bbbc99dd652e3d4abe83a54ea0e (patch)
tree6d7810bc35f8b5e94c0297368f8862871bb8922f /usr.bin/Makefile
parent5179c2f25f289206948c29dcca8e679a77a3a321 (diff)
Notes
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 d9d141e649b0..480e4327ca6f 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