11.3Ssimonb# $NetBSD: Makefile,v 1.3 2003/02/23 23:23:09 simonb Exp $ 21.1Ssimonb 31.1SsimonbPRIMARY_PROG= bootxx_lfs 41.3SsimonbCPPFLAGS+= -DLIBSA_SINGLE_FILESYSTEM=lfsv2 \ 51.1Ssimonb -DBOOTXX_FS_NAME='"LFS"' 61.2Ssimonb# Use small daddr_t to avoid code bloat 71.2SsimonbCPPFLAGS+= -D__daddr_t=int32_t 81.1Ssimonb 91.1SsimonbPRIMARY_MAX_LOAD!= expr 8192 - 512 101.1Ssimonb 111.1Ssimonb.include "../Makefile.booters" 12