1 # $NetBSD: Makefile,v 1.3 2003/02/23 23:23:09 simonb Exp $ 2 3 PROG = bootxx_lfs 4 CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=lfsv2 \ 5 -DBOOTXX_FS_NAME='"LFS"' \ 6 -DNO_GETCHAR 7 # Use small daddr_t to avoid code bloat 8 CPPFLAGS+= -D__daddr_t=int32_t 9 10 # not yet desired: -DBOOTXX_FS_TYPE=FS_BSDLFS 11 12 PRIMARY_MAX_LOAD!= expr 8192 - 512 13 14 .include "../Makefile.bootxx" 15