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