diff options
author | obrien <obrien@FreeBSD.org> | 1999-05-02 00:18:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-05-02 00:18:02 +0000 |
commit | cd379801e7ef64fbc52b88acbd77d88dfa55c170 (patch) | |
tree | 524b5cceebf6d893148c18796bc1eb3c2004b014 /etc | |
parent | 0506d2c050dbf5b4e32cfcf221655f2f340acc80 (diff) | |
download | FreeBSD-src-cd379801e7ef64fbc52b88acbd77d88dfa55c170.zip FreeBSD-src-cd379801e7ef64fbc52b88acbd77d88dfa55c170.tar.gz |
Remove NOPERL. Seems to cause too many problems, as those that try don't
understand the implications and don't think to undo it when they get experience
trouble. (wonder about some of the people running -CURRENT sometimes)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 4 | ||||
-rw-r--r-- | etc/make.conf | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 2f1bff8..0cfaf03 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.75 1999/03/14 19:05:16 billf Exp $ +# $Id: make.conf,v 1.76 1999/03/14 20:41:05 markm Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -20,8 +20,6 @@ # Compare before install #INSTALL=install -C # -# To avoid building the default system perl -#NOPERL= true # To avoid building the suid perl #NOSUIDPERL= true # diff --git a/etc/make.conf b/etc/make.conf index 2f1bff8..0cfaf03 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.75 1999/03/14 19:05:16 billf Exp $ +# $Id: make.conf,v 1.76 1999/03/14 20:41:05 markm Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -20,8 +20,6 @@ # Compare before install #INSTALL=install -C # -# To avoid building the default system perl -#NOPERL= true # To avoid building the suid perl #NOSUIDPERL= true # |