summaryrefslogtreecommitdiff
path: root/regress/pkg-options/files/order.mk
blob: 49837a798f664a2b6009d9493fbf94109b969d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: order.mk,v 1.2 2005/05/31 13:33:39 dillo Exp $
#
# This file tests the effect of the PKG_DEFAULT_OPTIONS variable.
#

MAKECONF=		/dev/null

PKG_SUPPORTED_OPTIONS=	a b c d e
PKG_SUGGESTED_OPTIONS=	  b c   e
PKG_OPTIONS_VAR=	PKG_OPTIONS.unused
PKG_DEFAULT_OPTIONS=	-b b d inet6

.include "../../mk/bsd.options.mk"

.PHONY: test
test:
	echo ${PKG_OPTIONS:Q}