1 1.1.2.2 nathanw # $NetBSD: Makefile,v 1.1.2.2 2002/11/11 22:03:26 nathanw Exp $ 2 1.1.2.2 nathanw 3 1.1.2.2 nathanw PROG = bootxx_cd9660 4 1.1.2.2 nathanw CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=cd9660 \ 5 1.1.2.2 nathanw -DBOOTXX_FS_NAME='"ISO 9660"' \ 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_ISO9660 9 1.1.2.2 nathanw 10 1.1.2.2 nathanw # XXX the following could probably be increased 11 1.1.2.2 nathanw PRIMARY_MAX_LOAD!= expr 8192 - 512 12 1.1.2.2 nathanw 13 1.1.2.2 nathanw .include "../Makefile.bootxx" 14