summaryrefslogtreecommitdiff
path: root/mk/flavor/bsd.flavor-vars.mk
blob: 890ed4702e8744f069ca690442b3b0a9e5edb46d (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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"