1 1.1.2.2 nathanw # $NetBSD: Makefile,v 1.1.2.2 2002/11/11 22:03:28 nathanw Exp $ 2 1.1.2.2 nathanw 3 1.1.2.2 nathanw PROG = bootxx_lfs 4 1.1.2.2 nathanw CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=lfs \ 5 1.1.2.2 nathanw -DBOOTXX_FS_NAME='"LFS"' \ 6 1.1.2.2 nathanw -DNO_GETCHAR 7 1.1.2.2 nathanw 8 1.1.2.2 nathanw # not yet desired: -DBOOTXX_FS_TYPE=FS_BSDLFS 9 1.1.2.2 nathanw 10 1.1.2.2 nathanw PRIMARY_MAX_LOAD!= expr 8192 - 512 11 1.1.2.2 nathanw 12 1.1.2.2 nathanw .include "../Makefile.bootxx" 13