pkgsrc-wip/deforaos-phone/options.mk

11 lines
250 B
Makefile
Raw Normal View History

2010-11-07 16:55:03 +01:00
# $NetBSD: options.mk,v 1.1 2010/11/07 15:55:03 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-phone
PKG_SUPPORTED_OPTIONS= embedded
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Membedded)
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
.endif