diff options
| author | Dima Ruban <dima@FreeBSD.org> | 1998-04-01 21:09:31 +0000 |
|---|---|---|
| committer | Dima Ruban <dima@FreeBSD.org> | 1998-04-01 21:09:31 +0000 |
| commit | 065d7a1c62489ab4f9eda82c619526e0c76ec45d (patch) | |
| tree | dc12186d374f8c58a3688222ad6023738c22d6e6 /etc | |
| parent | 3b1dc8dc111048bdb6bba4b7242cd4dc7e0267e8 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/make.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/make.conf b/etc/make.conf index 404bbb15c03c..a176cf1c89f7 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.37.2.11 1998/03/18 08:00:13 jkh Exp $ +# $Id: make.conf,v 1.37.2.12 1998/03/18 11:07:27 obrien 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,6 +20,8 @@ # # To avoid building the default system perl #NOPERL= true +# To avoid building the suid perl +#NOSUIDPERL= true # # To have 'obj' symlinks created in your source directory # (they aren't needed/necessary) |
