Makefile.booters revision 1.14
1#	$NetBSD: Makefile.booters,v 1.14 1999/01/22 14:05:05 simonb Exp $
2#	@(#)Makefile	8.3 (Berkeley) 2/16/94
3
4# RELOC=80200000 allows for boot prog up to 1D0000 (1900544) bytes long
5RELOC=	80200000
6
7BOOTDEFS=-D_STANDALONE -DSMALL
8AINC+=	 -D_LOCORE
9CFLAGS+= ${DEFS}
10AFLAGS+= ${DEFS}
11
12# not yet: need to write libsa/Makefile.inc first
13LIBSADIR != cd ${.CURDIR}/../libsa ; make print-objdir
14LIBSA=	${LIBSADIR}/libsa.a
15LIBS=	${LIBSA}
16
17includes:
18
19.include <bsd.dep.mk>
20.include <bsd.obj.mk>
21