diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-16 19:13:37 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-16 19:13:37 +0000 |
commit | 1b0dcb93b4f421142871927f128716d361290917 (patch) | |
tree | fcda8d67b259be73cab51c1922965ce12484300d /etc/etc.hppa/Makefile.inc | |
parent | 08aec857db4dcea36d35f417da015d94c3109784 (diff) |
include boots into the snap
Diffstat (limited to 'etc/etc.hppa/Makefile.inc')
-rw-r--r-- | etc/etc.hppa/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/etc.hppa/Makefile.inc b/etc/etc.hppa/Makefile.inc index 344f216de19..ebc96aad004 100644 --- a/etc/etc.hppa/Makefile.inc +++ b/etc/etc.hppa/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.2 2002/05/13 07:22:42 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2003/01/16 19:13:36 mickey Exp $ .ifdef DESTDIR -snap_md: bsd distrib +snap_md: boot bsd distrib cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd @@ -9,6 +9,8 @@ bsd: cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \ ${MAKE} clean && ${MAKE} depend && exec ${MAKE} +boot: + cp ${DESTDIR}/usr/mdec/xxboot ${DESTDIR}/snapshot .PHONY: bsd |