Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 1999/04/02 03:38:20 cgd Exp $
2
3PROG = bootxx_cd9660
4CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=cd9660 \
5	    -DBOOTXX_FS_NAME='"ISO 9660"' \
6	    -DNO_GETCHAR
7
8# not yet desired: -DBOOTXX_FS_TYPE=FS_ISO9660
9
10# XXX the following could probably be increased
11PRIMARY_MAX_LOAD!=	expr 8192 - 512
12
13# this and the following lines are bugs, which should be fixed.
14install:
15
16.include "../Makefile.bootxx"
17