diff options
author | dillon <dillon@FreeBSD.org> | 1998-08-29 01:24:21 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1998-08-29 01:24:21 +0000 |
commit | 5a4314a61b6126297b4dbc28300c17042a1c398f (patch) | |
tree | 7d79b9cf5288f9c3033591f772fe3705b648a9f6 /etc/defaults/make.conf | |
parent | 71cc3d284fa78b67d69f126996e2b68b99d069e1 (diff) | |
download | FreeBSD-src-5a4314a61b6126297b4dbc28300c17042a1c398f.zip FreeBSD-src-5a4314a61b6126297b4dbc28300c17042a1c398f.tar.gz |
make.conf.local test/include removed from make.conf, to be put in sys.mk
instead.
Diffstat (limited to 'etc/defaults/make.conf')
-rw-r--r-- | etc/defaults/make.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 6b2458f..a26852b 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.67 1998/08/01 19:55:32 dima Exp $ +# $Id: make.conf,v 1.68 1998/08/26 21:20:47 dillon 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 @@ -193,7 +193,4 @@ # #TOP_TABLE_SIZE= 101 -.if exists(/etc/make.conf.local) -.include "/etc/make.conf.local" -.endif |