diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-18 07:58:49 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-18 07:58:49 +0000 |
| commit | 9a4d88e55ebeb0131734e181f2d3d52477fea1e8 (patch) | |
| tree | deba513334fb40fdbf8ebe4e8a3303d7e4e46864 /share | |
| parent | 2cc2df490e841a1bb427efd6d6bd35109f7326c4 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/examples/etc/make.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 60e3c886917f..a95f43902937 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.55 1998/02/27 15:45:34 asami Exp $ +# $Id: make.conf,v 1.56 1998/02/27 18:34:56 fenner 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 @@ -18,6 +18,9 @@ #NOPROFILE= true # Avoid compiling profiled libraries # +# To avoid building the perl in /usr/src/gnu/usr.bin +#NOPERL= true +# # To have 'obj' symlinks created in your source directory # (they aren't needed/necessary) #OBJLINK= yes |
