Home | History | Annotate | Line # | Download | only in bootxx_ffs
Makefile revision 1.1.2.2
      1  1.1.2.2  nathanw # $NetBSD: Makefile,v 1.1.2.2 2002/11/11 22:03:27 nathanw Exp $
      2  1.1.2.2  nathanw 
      3  1.1.2.2  nathanw PROG = bootxx_ffs
      4  1.1.2.2  nathanw CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=ufs \
      5  1.1.2.2  nathanw 	    -DBOOTXX_FS_NAME='"FFS"' \
      6  1.1.2.2  nathanw 	    -DNO_GETCHAR
      7  1.1.2.2  nathanw 
      8  1.1.2.2  nathanw # not yet desired: -DBOOTXX_FS_TYPE=FS_BSDFFS
      9  1.1.2.2  nathanw 
     10  1.1.2.2  nathanw PRIMARY_MAX_LOAD!=	expr 8192 - 512
     11  1.1.2.2  nathanw 
     12  1.1.2.2  nathanw .include "../Makefile.bootxx"
     13