Home | History | Annotate | Line # | Download | only in bootxx_ffs
Makefile revision 1.1.2.2
      1 # $NetBSD: Makefile,v 1.1.2.2 2011/02/08 18:05:09 bouyer Exp $
      2 
      3 PRIMARY_PROG=	bootxx_ffs
      4 CPPFLAGS+=	-DLIBSA_SINGLE_FILESYSTEM=ufs \
      5 		-DBOOTXX_FS_NAME='"FFS"'
      6 
      7 # Use small daddr_t to avoid code bloat
      8 CPPFLAGS+=	-D__daddr_t=int32_t
      9 
     10 PRIMARY_MAX_LOAD!=	expr 8192 + 8192
     11 
     12 .include "../Makefile.booters"
     13