Home | History | Annotate | Line # | Download | only in bootxx_ffs
      1  1.2  simonb # $NetBSD: Makefile,v 1.2 2003/02/01 23:58:49 simonb Exp $
      2  1.1     cgd 
      3  1.1     cgd PROG = bootxx_ffs
      4  1.1     cgd CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=ufs \
      5  1.1     cgd 	    -DBOOTXX_FS_NAME='"FFS"' \
      6  1.1     cgd 	    -DNO_GETCHAR
      7  1.2  simonb # Use small daddr_t to avoid code bloat
      8  1.2  simonb CPPFLAGS+=	-D__daddr_t=int32_t
      9  1.1     cgd 
     10  1.1     cgd # not yet desired: -DBOOTXX_FS_TYPE=FS_BSDFFS
     11  1.1     cgd 
     12  1.1     cgd PRIMARY_MAX_LOAD!=	expr 8192 - 512
     13  1.1     cgd 
     14  1.1     cgd .include "../Makefile.bootxx"
     15