pkgsrc/mk/flavor/bsd.flavor-vars.mk
rillig d3624fdf10 Made the .include directives simpler, since the directory of the
including file is always the first in the search path.
2008-01-04 01:46:24 +00:00

11 lines
325 B
Makefile

# $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
# is included.
#
# Default to the pkgsrc-package flavor.
PKG_FLAVOR?= pkg
.sinclude "${PKG_FLAVOR}/flavor-vars.mk"