Makefile.booters revision 1.15 1 # $NetBSD: Makefile.booters,v 1.15 1999/01/30 12:39:28 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 ${PROG}: ${LIBS}
18
19 includes:
20
21 .include <bsd.dep.mk>
22 .include <bsd.obj.mk>
23