diff options
Diffstat (limited to 'etc/etc.hppa/Makefile.inc')
-rw-r--r-- | etc/etc.hppa/Makefile.inc | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/etc.hppa/Makefile.inc b/etc/etc.hppa/Makefile.inc index c8685a5d613..e90b28561a9 100644 --- a/etc/etc.hppa/Makefile.inc +++ b/etc/etc.hppa/Makefile.inc @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.5 2006/07/27 02:53:55 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2009/04/17 03:58:53 deraadt Exp $ -.ifdef DESTDIR -snap_md: bootblocks bsd distrib +kernels: bootblocks bsd cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \ - ${DESTDIR}/snapshot/bsd + ${RELEASEDIR}/bsd bsd: cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC @@ -11,8 +10,8 @@ bsd: ${MAKE} clean && ${MAKE} depend && exec ${MAKE} bootblocks: - cp ${DESTDIR}/usr/mdec/xxboot ${DESTDIR}/snapshot + cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} -.PHONY: bsd bootblocks +MDEXT= cd${OSrev}.iso xxboot -.endif # DESTDIR check +.PHONY: bsd bootblocks |