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
5 RELOC= 80200000
6
7 BOOTDEFS=-D_STANDALONE -DSMALL
8 AINC+= -D_LOCORE
9 CFLAGS+= ${DEFS}
10 AFLAGS+= ${DEFS}
11
12 # not yet: need to write libsa/Makefile.inc first
13 LIBSADIR != cd ${.CURDIR}/../libsa ; make print-objdir
14 LIBSA= ${LIBSADIR}/libsa.a
15 LIBS= ${LIBSA}
16
17 includes:
18
19 .include <bsd.dep.mk>
20 .include <bsd.obj.mk>
21