diff options
-rw-r--r-- | usr.bin/Makefile | 5 |
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 |