summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r--share/mk/sys.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index 255c1d0..e9dba3d 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -1,5 +1,5 @@
# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
-# $Id: sys.mk,v 1.39 1998/08/03 08:28:14 bde Exp $
+# $Id: sys.mk,v 1.40 1998/08/08 02:08:37 jb Exp $
unix ?= We run FreeBSD, not UNIX.
@@ -240,4 +240,9 @@ HTAGSFLAGS=
.include </etc/make.conf>
.endif
+.if exists(/etc/make.conf.local)
+.include </etc/make.conf.local>
+.endif
+
+
.include <bsd.own.mk>
OpenPOWER on IntegriCloud