simonb 3a93f29238 Update for LFSv2 support. Ports that have "bootxx_lfs"-style
bootblocks currently only support LFSv2, but the second level
"boot" program supports both LFS versions.
2003-02-23 23:23:07 +00:00

12 lines
296 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/02/23 23:23:09 simonb Exp $
PRIMARY_PROG= bootxx_lfs
CPPFLAGS+= -DLIBSA_SINGLE_FILESYSTEM=lfsv2 \
-DBOOTXX_FS_NAME='"LFS"'
# Use small daddr_t to avoid code bloat
CPPFLAGS+= -D__daddr_t=int32_t
PRIMARY_MAX_LOAD!= expr 8192 - 512
.include "../Makefile.booters"