# $NetBSD: simple.mk,v 1.3 2005/07/26 16:12:56 dillo Exp $ # # This file tests a very simple options configuration. # MAKECONF= /dev/null PKG_SUPPORTED_OPTIONS= a b c d e PKG_SUGGESTED_OPTIONS= b c e PKG_OPTIONS_VAR= PKG_OPTIONS.unused .include "../../mk/bsd.options.mk" .PHONY: test test: echo ${PKG_FAIL_REASON:M*:Q} echo ${PKG_OPTIONS:M*:Q}