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