No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / pmax / stand / bootxx_lfs / Makefile
blob8607fbe449e3bda6e48b349de1d30a1b84490f94
1 # $NetBSD: Makefile,v 1.2 2003/02/01 23:58:49 simonb Exp $
3 PRIMARY_PROG= bootxx_lfs
4 CPPFLAGS+= -DLIBSA_SINGLE_FILESYSTEM=lfsv2 \
5 -DBOOTXX_FS_NAME='"LFS"'
6 # Use small daddr_t to avoid code bloat
7 CPPFLAGS+= -D__daddr_t=int32_t
9 PRIMARY_MAX_LOAD!= expr 8192 - 512
11 .include "../Makefile.booters"