Makefile revision 1.1
11.1Scgd# $NetBSD: Makefile,v 1.1 1999/04/02 03:38:20 cgd Exp $
21.1Scgd
31.1ScgdPROG = bootxx_cd9660
41.1ScgdCPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=cd9660 \
51.1Scgd	    -DBOOTXX_FS_NAME='"ISO 9660"' \
61.1Scgd	    -DNO_GETCHAR
71.1Scgd
81.1Scgd# not yet desired: -DBOOTXX_FS_TYPE=FS_ISO9660
91.1Scgd
101.1Scgd# XXX the following could probably be increased
111.1ScgdPRIMARY_MAX_LOAD!=	expr 8192 - 512
121.1Scgd
131.1Scgd# this and the following lines are bugs, which should be fixed.
141.1Scgdinstall:
151.1Scgd
161.1Scgd.include "../Makefile.bootxx"
17