Remove building with NOCRYPTO option
[minix.git] / sys / arch / i386 / stand / bootxx / bootxx_minixfs3 / Makefile
blob4519c4c516f3c885da76e23b8b7f064cc23168ef
1 # $NetBSD$
3 PROG=bootxx_minixfs3
4 FS=minixfs3
6 MINIX3_FIRST_SUBP_OFFSET=32
8 CPPFLAGS= -DBOOT_FROM_MINIXFS3 -DTERSE_ERROR
9 CPPFLAGS+= -DMINIX3_FIRST_SUBP_OFFSET=${MINIX3_FIRST_SUBP_OFFSET}
11 .include <../Makefile.bootxx>