unstack - fix ipcvecs
[minix.git] / sys / arch / i386 / stand / bootxx / bootxx_minixfs3 / Makefile
blob6efd05e923b18fd3f40ad789a4154c8d7660c6bb
1 # $NetBSD$
3 PROG=bootxx_minixfs3
4 FS=minixfs3
5 CLEANFILES= lib
7 MINIX3_FIRST_SUBP_OFFSET=32
9 CPPFLAGS= -DBOOT_FROM_MINIXFS3 -DTERSE_ERROR
10 CPPFLAGS+= -DMINIX3_FIRST_SUBP_OFFSET=${MINIX3_FIRST_SUBP_OFFSET}
12 .include <../Makefile.bootxx>