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