2013-09-26 17:14:40 +02:00

11 lines
251 B
Makefile

# $NetBSD: options.mk,v 1.1 2012/12/17 00:59:55 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-mailer
PKG_SUPPORTED_OPTIONS= embedded
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Membedded)
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
.endif