summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2004-08-21 18:55:00 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2004-08-21 18:55:00 +0000
commit841adc27a21e690daa7d35453ca1953c9a8a822d (patch)
tree711b5350e2b0349bc2fcd1a393e46eff204aae9d /sys/arch/amd64/stand
parent344335c7bf85ce6d4b5a9b8c702ecfb01900e29f (diff)
Hook cdbr and cdboot into the build.
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r--sys/arch/amd64/stand/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/stand/Makefile b/sys/arch/amd64/stand/Makefile
index 60b1eda815e..2c9dbcd72cd 100644
--- a/sys/arch/amd64/stand/Makefile
+++ b/sys/arch/amd64/stand/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2004/03/21 21:37:40 tom Exp $
+# $OpenBSD: Makefile,v 1.3 2004/08/21 18:54:59 tom Exp $
.if ${MACHINE} == "amd64"
-SUBDIR= etc mbr
+SUBDIR= etc mbr cdbr
.endif
-SUBDIR+= biosboot installboot boot pxeboot
+SUBDIR+= biosboot installboot boot pxeboot cdboot
.include <bsd.subdir.mk>