summaryrefslogtreecommitdiff
path: root/etc/etc.i386/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-19 18:12:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-19 18:12:03 +0000
commit30bc3b038189c4ce22b07bf78aab82d3cc1b5cbf (patch)
tree57a59ce9d3a919faf5a3ae6fab3fe15840c70417 /etc/etc.i386/Makefile.inc
parent27d661c9cbcfb7ed9cb8b2abf3e66c651bb55732 (diff)
put pxeboot into DESTDIR/snapshot too
Diffstat (limited to 'etc/etc.i386/Makefile.inc')
-rw-r--r--etc/etc.i386/Makefile.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc
index 6b773b72ee8..904d368fa4d 100644
--- a/etc/etc.i386/Makefile.inc
+++ b/etc/etc.i386/Makefile.inc
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile.inc,v 1.11 2002/05/13 07:22:42 espie Exp $
+# $OpenBSD: Makefile.inc,v 1.12 2004/03/19 18:12:02 deraadt Exp $
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
.ifdef DESTDIR
-snap_md: bsd notes distrib
+snap_md: bsd notes bootblocks distrib
cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
@@ -14,6 +14,9 @@ bsd:
notes:
cp ${.CURDIR}/etc.i386/INSTALL.* ${DESTDIR}/snapshot
-.PHONY: bsd notes
+bootblocks:
+ cp ${DESTDIR}/usr/mdec/pxeboot ${DESTDIR}/snapshot
+
+.PHONY: bsd notes bootblocks
.endif # DESTDIR check