From f3d4a8c6c9b8fafb2dc6c1cb04f51919541b093e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 29 May 2007 08:16:55 +0000 Subject: forgot to move to using shared boot.c --- sys/arch/amd64/stand/cdboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64') 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 -- cgit v1.2.3