minix/sys/arch/i386/stand/bootxx/bootxx_minixfs3/Makefile
Evgeniy Ivanov 60a2ce010a Integrate new boot stuff into build scheme.
- Build sys with everything else.
- Gitignore files built by new boot stuff.
2012-02-09 18:54:43 +01:00

13 lines
233 B
Makefile

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