summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-05-12 21:51:11 +0000
committerbde <bde@FreeBSD.org>2004-05-12 21:51:11 +0000
commit385a8b9165f37d2d33bf0f6be98947e82e9b0ffa (patch)
tree9ef06c3bc9e167460c255e3ac7602d901ae2b5ac /share/mk
parentffbf3dfefddedd27ca8a4b4961a9ae5d89802723 (diff)
downloadFreeBSD-src-385a8b9165f37d2d33bf0f6be98947e82e9b0ffa.zip
FreeBSD-src-385a8b9165f37d2d33bf0f6be98947e82e9b0ffa.tar.gz
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.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/sys.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index 68d6284..7dcd90e 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -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
OpenPOWER on IntegriCloud