Home | History | Annotate | Line # | Download | only in bootxx_cd9660
Makefile revision 1.1.10.1
      1  1.1.10.1   yamt # $NetBSD: Makefile,v 1.1.10.1 2014/05/22 11:39:38 yamt Exp $
      2       1.1  pooka 
      3       1.1  pooka PRIMARY_PROG=	bootxx_cd9660
      4       1.1  pooka CPPFLAGS+=	-DLIBSA_SINGLE_FILESYSTEM=cd9660 \
      5       1.1  pooka 		-DBOOTXX_FS_NAME='"ISO 9660"'
      6       1.1  pooka 
      7       1.1  pooka # XXX the following could probably be increased
      8  1.1.10.1   yamt PRIMARY_MAX_LOAD=	8192
      9       1.1  pooka 
     10       1.1  pooka .include "../Makefile.booters"
     11