summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv>1999-05-24 11:17:05 +0000
committertv <tv>1999-05-24 11:17:05 +0000
commit428f76c3ddadda3b76059525780caf8f5ada7d25 (patch)
treedd68a6d5241f6b56b8169abc10efd386856210f3 /mk
parentb29c4307be2838c50f34e42b93d3e69ac3ba667a (diff)
downloadpkgsrc-428f76c3ddadda3b76059525780caf8f5ada7d25.tar.gz
Explicitly include <sys.mk> after mk.conf. This ensures that standard
flags (e.g. CFLAGS=-O/-O2) are defined as necessary before a pkg modifies them with "+=".
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index fe9587eb949..7755b3c227b 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.5 1999/05/23 22:10:01 tv Exp $
+# $NetBSD: bsd.prefs.mk,v 1.6 1999/05/24 11:17:05 tv Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -43,4 +43,6 @@ MAKE_ENV+= EXTRA_SYS_MK_INCLUDES="<bsd.own.mk>"
@${FALSE}
.endif
+.include <sys.mk>
+
.endif