xref: /netbsd-src/sys/arch/pmax/stand/bootxx_cd9660/Makefile (revision b96c403e1412eae72aff197b9003ee0c11601e7c)
1# $NetBSD: Makefile,v 1.1 1999/11/27 23:59:15 simonb Exp $
2
3PRIMARY_PROG=	bootxx_cd9660
4CPPFLAGS+=	-DLIBSA_SINGLE_FILESYSTEM=cd9660 \
5		-DBOOTXX_FS_NAME='"ISO 9660"'
6
7# XXX the following could probably be increased
8PRIMARY_MAX_LOAD!=	expr 8192 - 512
9
10.include "../Makefile.booters"
11