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