summaryrefslogtreecommitdiff
path: root/mail/deforaos-mailer/options.mk
blob: c542830500796b309e0f394512c39d171055f5e0 (plain)
1
2
3
4
5
6
7
8
9
10
# $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