From 6686a4e466ba29d2226b1164a4114683aa257a0e Mon Sep 17 00:00:00 2001 From: chs Date: Mon, 19 Jul 2004 01:41:26 +0000 Subject: [PATCH] include bsd.own.mk so this builds again. --- sys/arch/mipsco/stand/Makefile.booters | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/sys/arch/mipsco/stand/Makefile.booters b/sys/arch/mipsco/stand/Makefile.booters index 36a818742cf4..fd537bf68668 100644 --- a/sys/arch/mipsco/stand/Makefile.booters +++ b/sys/arch/mipsco/stand/Makefile.booters @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.booters,v 1.9 2004/06/21 18:20:08 jmc Exp $ +# $NetBSD: Makefile.booters,v 1.10 2004/07/19 01:41:26 chs Exp $ .include # for HOST_SH @@ -8,14 +8,9 @@ MIPSCO= ${S}/arch/mipsco .PATH: ${.CURDIR}/../common +NOMAN= # defined BINMODE?= 444 -# XXX SHOULD NOT NEED TO DEFINE THESE! -LIBCRT0= -LIBC= -LIBCRTBEGIN= -LIBCRTEND= - .PHONY: machine-links beforedepend: machine-links @@ -49,6 +44,8 @@ SECONDARY_LOAD_ADDRESS?=0x80610000 LDSCRIPT?= ${MIPSCO}/conf/stand.ldscript +.include + .if defined(PRIMARY_PROG) PROG= ${PRIMARY_PROG} SRCS = start.S bootxx.c callvec.c @@ -142,6 +139,3 @@ cleanlibdir: -rm -rf lib .include - -/usr/lib/crt0.o: - true