Removed conditional include of /etc/make.conf.local and the error for the

existence of this file.  This stopped working more than 4 years ago when
the generation of the error was added in rev.1.44.  The .error directive
gives fatal errors, so stale /etc/make.conf.local files must have been
gone away more than 4 years on systems where make(1) works.
This commit is contained in:
Bruce Evans 2004-05-12 21:51:11 +00:00
parent 07dee1a777
commit 88d2251a91

View File

@ -261,11 +261,6 @@ __MAKE_CONF?=/etc/make.conf
.include <bsd.cpu.mk>
.if exists(/etc/make.conf.local)
.error Error, /etc/make.conf.local should be renamed to /etc/make.conf.
.include </etc/make.conf.local>
.endif
# Default executable format
# XXX hint for bsd.port.mk
OBJFORMAT?= elf