Remove building with NOCRYPTO option
[minix.git] / sys / arch / i386 / stand / mbr / mbr_ext / Makefile
blob5360f96dac0d9b559f26356389daea85ff443a35
1 # $NetBSD: Makefile,v 1.3 2005/12/11 12:17:49 christos Exp $
3 PROG= mbr_ext
4 AFLAGS+= -DBOOTSEL -DBOOT_EXTENDED
5 AFLAGS+= -DTERSE_ERROR -DNO_CHS
6 AFLAGS+= "-DBOOTSEL_FLAGS=MBR_BS_ACTIVE|MBR_BS_EXTLBA"
8 .include <../Makefile.mbr>