make.conf.local test/include removed from make.conf, to be put in sys.mk

instead.
This commit is contained in:
Matthew Dillon 1998-08-29 01:24:21 +00:00
parent ddae3cb9a0
commit 2cba5c787c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38613
3 changed files with 3 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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