f14fb60209
* Updating common/lib * Updating lib/csu * Updating lib/libc * Updating libexec/ld.elf_so * Corrected test on __minix in featuretest to actually follow the meaning of the comment. * Cleaned up _REENTRANT-related defintions. * Disabled -D_REENTRANT for libfetch * Removing some unneeded __NBSD_LIBC defines and tests Change-Id: Ic1394baef74d11b9f86b312f5ff4bbc3cbf72ce2
11 lines
217 B
Makefile
11 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>
|