811a74bec4
time/deforaos-todo (version 0.1.2)
10 lines
249 B
Makefile
10 lines
249 B
Makefile
# $NetBSD: options.mk,v 1.1 2012/12/17 02:05:05 khorben Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-todo
|
|
PKG_SUPPORTED_OPTIONS= embedded
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Membedded)
|
|
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
|
|
.endif
|