Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / xnp2 / options.mk
blobba21f1a617831929085d213f048858f30a5c6e57
1 # $NetBSD$
3 PKG_OPTIONS_VAR= PKG_OPTIONS.xnp2
4 PKG_SUPPORTED_OPTIONS= xnp2-ia32
5 PKG_SUGGESTED_OPTIONS= xnp2-ia32
7 .include "../../mk/bsd.options.mk"
9 .if !empty(PKG_OPTIONS:Mxnp2-ia32)
10 # Enable ia32 core instead of the default 80286 core
11 CONFIGURE_ARGS+= --enable-ia32
12 .endif