1 1.15 simonb # $NetBSD: Makefile.booters,v 1.15 1999/01/30 12:39:28 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.15 simonb LIBSADIR!= cd ${.CURDIR}/../libsa ; make print-objdir 14 1.12 simonb LIBSA= ${LIBSADIR}/libsa.a 15 1.14 simonb LIBS= ${LIBSA} 16 1.15 simonb 17 1.15 simonb ${PROG}: ${LIBS} 18 1.1 deraadt 19 1.10 jonathan includes: 20 1.5 mellon 21 1.5 mellon .include <bsd.dep.mk> 22 1.5 mellon .include <bsd.obj.mk> 23