minix/sys/arch/i386/stand/bootxx/bootxx_minixfs3/Makefile

12 lines
217 B
Makefile
Raw Normal View History

# $NetBSD$
PROG=bootxx_minixfs3
FS=minixfs3
2012-01-09 15:11:34 +01:00
MINIX3_FIRST_SUBP_OFFSET=32
CPPFLAGS= -DBOOT_FROM_MINIXFS3 -DTERSE_ERROR
CPPFLAGS+= -DMINIX3_FIRST_SUBP_OFFSET=${MINIX3_FIRST_SUBP_OFFSET}
.include <../Makefile.bootxx>