diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-29 09:27:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-29 09:27:14 +0000 |
commit | a637766c50bd7561ced45df912fe61ce66937f00 (patch) | |
tree | 954a6a312c9234b2c695195e156c306ad7378d2e /sys/arch/sgi | |
parent | 20e3fbfd432321bd273abbd0c58030915d389ab3 (diff) |
needs at least S defined
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/stand/boot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |