summaryrefslogtreecommitdiff
path: root/time/deforaos-todo/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'time/deforaos-todo/options.mk')
-rw-r--r--time/deforaos-todo/options.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/time/deforaos-todo/options.mk b/time/deforaos-todo/options.mk
new file mode 100644
index 00000000000..7ea40a44b92
--- /dev/null
+++ b/time/deforaos-todo/options.mk
@@ -0,0 +1,10 @@
+# $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