summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2004-03-21 23:25:12 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2004-03-21 23:25:12 +0000
commit81c132f0090b4fd7201bcc382e28db1d2e55371b (patch)
tree9ff43121a8a26d7b64b0f25b4c53847e6dc861f4 /etc
parent4c6bbd03c3c507b39b13833e10bd0b3c358855e1 (diff)
Put pxeboot into DESTDIR/snapshot
ok deraadt@
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.amd64/Makefile.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/etc.amd64/Makefile.inc b/etc/etc.amd64/Makefile.inc
index 7e2f53d5775..9edb898a2fe 100644
--- a/etc/etc.amd64/Makefile.inc
+++ b/etc/etc.amd64/Makefile.inc
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.3 2004/03/20 20:27:01 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.4 2004/03/21 23:25:11 tom Exp $
.ifdef DESTDIR
-snap_md: bsd distrib
+snap_md: bsd distrib bootblocks
cp ${.CURDIR}/../sys/arch/amd64/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
@@ -10,6 +10,9 @@ bsd:
cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
-.PHONY: bsd
+bootblocks:
+ cp ${DESTDIR}/usr/mdec/pxeboot ${DESTDIR}/snapshot
+
+.PHONY: bsd bootblocks
.endif # DESTDIR check