From a637766c50bd7561ced45df912fe61ce66937f00 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 29 Nov 2007 09:27:14 +0000 Subject: needs at least S defined --- sys/arch/sgi/stand/boot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arch/sgi/stand/boot/Makefile b/sys/arch/sgi/stand/boot/Makefile index a447774389d..bbe5a8a1d1c 100644 --- a/sys/arch/sgi/stand/boot/Makefile +++ b/sys/arch/sgi/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2007/11/26 10:26:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2007/11/29 09:27:13 deraadt Exp $ PROG= boot @@ -14,6 +14,7 @@ AFLAGS+= ${SAABI} LDFLAGS+= ${SALDFLAGS} -T ${.CURDIR}/ld.script -e __start +S= ${.CURDIR}/../../../.. SRCS= start.S boot.c filesystem.c conf.c diskio.c arcbios.c strstr.c CLEANFILES+= machine mips64 -- cgit v1.2.3