Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / alpha / stand / bootxx_ffs / Makefile
blob651dc3e83e5e618f39a3b2f58e22afd5f9b683b8
1 # $NetBSD: Makefile,v 1.3 2000/09/26 05:13:37 simonb Exp $
3 PROG = bootxx_ffs
4 CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=ufs \
5 -DBOOTXX_FS_NAME='"FFS"' \
6 -DBOOTXX_RAID1_SUPPORT \
7 -DNO_GETCHAR
8 # Use small daddr_t to avoid code bloat
9 CPPFLAGS+= -D__daddr_t=int32_t
11 # not yet desired: -DBOOTXX_FS_TYPE=FS_BSDFFS
13 PRIMARY_MAX_LOAD!= expr 8192 - 512
15 .include "../Makefile.bootxx"