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