13 lines
295 B
Makefile
13 lines
295 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/01/26 01:18:53 pooka Exp $
|
|
|
|
PRIMARY_PROG= bootxx_ffs
|
|
CPPFLAGS+= -DLIBSA_SINGLE_FILESYSTEM=ufs \
|
|
-DBOOTXX_FS_NAME='"FFS"'
|
|
|
|
# Use small daddr_t to avoid code bloat
|
|
CPPFLAGS+= -D__daddr_t=int32_t
|
|
|
|
PRIMARY_MAX_LOAD!= expr 8192 + 8192
|
|
|
|
.include "../Makefile.booters"
|