summaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-26 03:34:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-26 03:34:17 +0000
commitcda8599a2167f32e116ab2cfe6c3f909e9361008 (patch)
treeaeedc4be80609be2aa9edc3bd8cebc541d78918d /etc/etc.i386
parent5666d69a2bc6aadfcb03544debbd63086cf5750f (diff)
install cdbr and cdboot for those that have it, too
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc
index 0f58d9b7da1..a4af80816da 100644
--- a/etc/etc.i386/Makefile.inc
+++ b/etc/etc.i386/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.13 2004/06/13 22:05:14 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.14 2004/08/26 03:34:16 deraadt Exp $
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
.ifdef DESTDIR
@@ -23,6 +23,8 @@ notes:
bootblocks:
cp ${DESTDIR}/usr/mdec/pxeboot ${DESTDIR}/snapshot
+ cp ${DESTDIR}/usr/mdec/cdboot ${DESTDIR}/snapshot
+ cp ${DESTDIR}/usr/mdec/cdbr ${DESTDIR}/snapshot
.PHONY: bsd notes bootblocks