Home | History | Annotate | Line # | Download | only in bootxx_ffs
      1  1.2  simonb #	$NetBSD: Makefile,v 1.2 2003/02/02 00:08:55 simonb Exp $
      2  1.1     wdk 
      3  1.1     wdk PRIMARY_PROG=	bootxx_ffs
      4  1.1     wdk CPPFLAGS+=	-DLIBSA_SINGLE_FILESYSTEM=ufs \
      5  1.1     wdk 		-DBOOTXX_FS_NAME='"FFS"'
      6  1.2  simonb # Use small daddr_t to avoid code bloat
      7  1.2  simonb CPPFLAGS+=	-D__daddr_t=int32_t
      8  1.1     wdk 
      9  1.1     wdk PRIMARY_MAX_LOAD!=	expr 8192 - 1024
     10  1.1     wdk 
     11  1.1     wdk .include "../Makefile.booters"
     12