From 841adc27a21e690daa7d35453ca1953c9a8a822d Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Sat, 21 Aug 2004 18:55:00 +0000 Subject: Hook cdbr and cdboot into the build. --- sys/arch/amd64/stand/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') 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 -- cgit v1.2.3