diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-06-23 00:29:57 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-06-23 00:29:57 +0000 |
commit | 7c23bda801e5ac60151ea35df9e3957d4f780faa (patch) | |
tree | e96178d67497bf0f21f2f9e7f1720764da5176eb /sys/arch/i386/stand | |
parent | 403269453b1c830293bc1c8fbfa081f21e4e2b98 (diff) |
Hook cdbr and cdboot into the build (though nothing uses them yet).
suggested by deraadt@ ok weingart@
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/Makefile b/sys/arch/i386/stand/Makefile index f688a25eb57..742e77197dd 100644 --- a/sys/arch/i386/stand/Makefile +++ b/sys/arch/i386/stand/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2004/03/19 13:48:18 tom Exp $ +# $OpenBSD: Makefile,v 1.12 2004/06/23 00:29:56 tom Exp $ .if ${MACHINE} == "i386" -SUBDIR= etc libsa libz mbr +SUBDIR= etc libsa libz mbr cdbr .endif -SUBDIR+= biosboot installboot boot pxeboot +SUBDIR+= biosboot installboot boot pxeboot cdboot test-fd0: sudo mount /dev/fd0a /mnt |