From 2e01cd3d958ed6997f32a679c186db2ec8e80ffb Mon Sep 17 00:00:00 2001 From: tom <> Date: Sun, 21 Mar 2004 23:25:11 +0000 Subject: [PATCH] Put pxeboot into DESTDIR/snapshot ok deraadt@ --- src/etc/etc.amd64/Makefile.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/etc/etc.amd64/Makefile.inc b/src/etc/etc.amd64/Makefile.inc index 7e2f53d5..9edb898a 100644 --- a/src/etc/etc.amd64/Makefile.inc +++ b/src/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