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