aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1998-08-29 01:24:21 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1998-08-29 01:24:21 +0000
commit2cba5c787c98b420b841d8fce5126526a6b85c0a (patch)
tree3ca892dc4d023acd38a8cbe6308654e7db1fb1ce /share
parentddae3cb9a092ed556a54b88477d33e26386d37d7 (diff)
downloadsrc-2cba5c787c98b420b841d8fce5126526a6b85c0a.tar.gz
src-2cba5c787c98b420b841d8fce5126526a6b85c0a.zip
make.conf.local test/include removed from make.conf, to be put in sys.mk
instead.
Notes
Notes: svn path=/head/; revision=38613
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 6b2458fd5da5..a26852b7f619 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/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