diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/stand/cdboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/cdboot/Makefile b/sys/arch/amd64/stand/cdboot/Makefile index b1af77ccfe3..98f06fdb5bc 100644 --- a/sys/arch/amd64/stand/cdboot/Makefile +++ b/sys/arch/amd64/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2007/05/29 00:03:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2007/05/29 08:16:54 deraadt Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -9,7 +9,7 @@ S =${.CURDIR}/../../../.. SADIR= ${.CURDIR}/.. PROG= cdboot -SRCS= srt0.S cdboot.c conf.c +SRCS= srt0.S boot.c conf.c LD?= ld SIZE?= size LDFLAGS+=-melf_i386 -nostdlib -Bstatic -Ttext $(LINKADDR) -N -x -noinhibit-exec |