diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-04 01:46:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-04 01:46:24 +0000 |
commit | 40f2f644692fec3fb0aa9219d7e9a59bc8320ef5 (patch) | |
tree | 09fab4af7837547a826b3008a949a7856dd3f7b8 /mk/flavor | |
parent | ba6aefd6fec4e68fba33e5e052534baba6471435 (diff) | |
download | pkgsrc-40f2f644692fec3fb0aa9219d7e9a59bc8320ef5.tar.gz |
Made the .include directives simpler, since the directory of the
including file is always the first in the search path.
Diffstat (limited to 'mk/flavor')
-rw-r--r-- | mk/flavor/bsd.flavor-vars.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/flavor/bsd.flavor-vars.mk b/mk/flavor/bsd.flavor-vars.mk index 9e0cf2eb8cb..890ed4702e8 100644 --- a/mk/flavor/bsd.flavor-vars.mk +++ b/mk/flavor/bsd.flavor-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.flavor-vars.mk,v 1.1 2006/06/03 23:11:42 jlam Exp $ +# $NetBSD: bsd.flavor-vars.mk,v 1.2 2008/01/04 01:46:27 rillig Exp $ # # This Makefile fragment is included by bsd.prefs.mk and defines some # variables which must be defined earlier than where bsd.flavor.mk @@ -8,4 +8,4 @@ # Default to the pkgsrc-package flavor. PKG_FLAVOR?= pkg -.sinclude "${PKGSRCDIR}/mk/flavor/${PKG_FLAVOR}/flavor-vars.mk" +.sinclude "${PKG_FLAVOR}/flavor-vars.mk" |