NetBSD/sys/arch/mipsco/stand/bootxx_cd9660/Makefile

11 lines
279 B
Makefile

# $NetBSD: Makefile,v 1.1 2000/09/18 11:40:47 wdk Exp $
PRIMARY_PROG= bootxx_cd9660
CPPFLAGS+= -DLIBSA_SINGLE_FILESYSTEM=cd9660 \
-DBOOTXX_FS_NAME='"ISO 9660"'
# XXX the following could probably be increased
PRIMARY_MAX_LOAD!= expr 8192 - 512
.include "../Makefile.booters"