diff options
-rw-r--r-- | sys/arch/amd64/stand/Makefile | 6 |
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> |