1999-01-30 15:39:28 +03:00
|
|
|
# $NetBSD: Makefile.booters,v 1.15 1999/01/30 12:39:28 simonb Exp $
|
1994-10-27 00:08:38 +03:00
|
|
|
# @(#)Makefile 8.3 (Berkeley) 2/16/94
|
1993-10-12 06:22:19 +03:00
|
|
|
|
|
|
|
# RELOC=80200000 allows for boot prog up to 1D0000 (1900544) bytes long
|
|
|
|
RELOC= 80200000
|
|
|
|
|
1999-01-22 17:05:05 +03:00
|
|
|
BOOTDEFS=-D_STANDALONE -DSMALL
|
|
|
|
AINC+= -D_LOCORE
|
|
|
|
CFLAGS+= ${DEFS}
|
|
|
|
AFLAGS+= ${DEFS}
|
1995-01-18 09:53:36 +03:00
|
|
|
|
|
|
|
# not yet: need to write libsa/Makefile.inc first
|
1999-01-30 15:39:28 +03:00
|
|
|
LIBSADIR!= cd ${.CURDIR}/../libsa ; make print-objdir
|
1999-01-21 15:33:39 +03:00
|
|
|
LIBSA= ${LIBSADIR}/libsa.a
|
1999-01-22 17:05:05 +03:00
|
|
|
LIBS= ${LIBSA}
|
1993-10-12 06:22:19 +03:00
|
|
|
|
1999-01-30 15:39:28 +03:00
|
|
|
${PROG}: ${LIBS}
|
|
|
|
|
1997-06-16 02:53:49 +04:00
|
|
|
includes:
|
1993-10-12 06:22:19 +03:00
|
|
|
|
1995-01-18 09:53:36 +03:00
|
|
|
.include <bsd.dep.mk>
|
|
|
|
.include <bsd.obj.mk>
|