1 # $NetBSD: Makefile,v 1.1 2000/09/18 11:40:47 wdk Exp $
3 PRIMARY_PROG
= bootxx_ffs
4 CPPFLAGS
+= -DLIBSA_SINGLE_FILESYSTEM
=ufs \
5 -DBOOTXX_FS_NAME
='"FFS"'
6 # Use small daddr_t to avoid code bloat
7 CPPFLAGS
+= -D__daddr_t
=int32_t
9 PRIMARY_MAX_LOAD
!= expr
8192 - 1024
11 .
include "../Makefile.booters"