summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-29 08:16:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-29 08:16:55 +0000
commitf3d4a8c6c9b8fafb2dc6c1cb04f51919541b093e (patch)
treea35c722c921e93cf96eb09b8bb6d1fa4d90a834c /sys/arch/amd64/stand
parent6df66a597f04276a6a007b62ecffc2b3dd50af29 (diff)
forgot to move to using shared boot.c
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r--sys/arch/amd64/stand/cdboot/Makefile4
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