10 lines
250 B
Makefile
10 lines
250 B
Makefile
# $NetBSD: options.mk,v 1.1 2010/04/11 23:14:40 khorben Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-panel
|
|
PKG_SUPPORTED_OPTIONS= embedded
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Membedded)
|
|
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
|
|
.endif
|