diff options
author | markm <markm@FreeBSD.org> | 2002-05-16 08:59:52 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-05-16 08:59:52 +0000 |
commit | 52d70f2d2fe136c9efcb9c9cb3d968d5867a60fa (patch) | |
tree | b00802cc96f7269c4e1fffe0a0ff04b71a8cbe93 | |
parent | 4a63c3e321f8f3519010c062adde6dfd20fc2f77 (diff) | |
download | FreeBSD-src-52d70f2d2fe136c9efcb9c9cb3d968d5867a60fa.zip FreeBSD-src-52d70f2d2fe136c9efcb9c9cb3d968d5867a60fa.tar.gz |
Don't build perl.
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 83018bf..430d3e0 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -17,8 +17,4 @@ SUBDIR+=as ld .endif .endif -.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl) -SUBDIR+=perl -.endif - .include <bsd.subdir.mk> |