mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
11 lines
250 B
Makefile
11 lines
250 B
Makefile
# $NetBSD: options.mk,v 1.1 2012/12/17 00:32:49 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
|