minix/sys/arch/i386/stand/bootxx/bootxx_minixfs3/Makefile
Evgeniy Ivanov 4c4c045f87 Port bootxx.
2012-02-09 18:48:13 +01:00

12 lines
217 B
Makefile

# $NetBSD$
PROG=bootxx_minixfs3
FS=minixfs3
MINIX3_FIRST_SUBP_OFFSET=32
CPPFLAGS= -DBOOT_FROM_MINIXFS3 -DTERSE_ERROR
CPPFLAGS+= -DMINIX3_FIRST_SUBP_OFFSET=${MINIX3_FIRST_SUBP_OFFSET}
.include <../Makefile.bootxx>