60a2ce010a
- Build sys with everything else. - Gitignore files built by new boot stuff.
12 lines
233 B
Makefile
12 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>
|