Home | History | Annotate | Line # | Download | only in bootxx_cd9660
Makefile revision 1.1.1.1.4.2
      1  1.1.1.1.4.2  martin # $NetBSD: Makefile,v 1.1.1.1.4.2 2017/08/30 15:45:05 martin Exp $
      2  1.1.1.1.4.2  martin 
      3  1.1.1.1.4.2  martin PROG = bootxx_cd9660
      4  1.1.1.1.4.2  martin CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=cd9660 \
      5  1.1.1.1.4.2  martin 	    -DBOOTXX_FS_NAME='"ISO 9660"' \
      6  1.1.1.1.4.2  martin 	    -DNO_GETCHAR
      7  1.1.1.1.4.2  martin 
      8  1.1.1.1.4.2  martin # not yet desired: -DBOOTXX_FS_TYPE=FS_ISO9660
      9  1.1.1.1.4.2  martin 
     10  1.1.1.1.4.2  martin # XXX the following could probably be increased
     11  1.1.1.1.4.2  martin PRIMARY_MAX_LOAD!=	expr 8192 - 512
     12  1.1.1.1.4.2  martin 
     13  1.1.1.1.4.2  martin .include "../Makefile.bootxx"
     14