From 068d519d3c2fcae6c0709d82d3ba1d3c5faf2683 Mon Sep 17 00:00:00 2001 From: rahnds <> Date: Sun, 19 Jul 1998 19:42:54 +0000 Subject: [PATCH] include ofwboot as one of the release files. --- src/etc/etc.powerpc/Makefile.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/etc/etc.powerpc/Makefile.inc b/src/etc/etc.powerpc/Makefile.inc index 2f4c1398..e4705124 100644 --- a/src/etc/etc.powerpc/Makefile.inc +++ b/src/etc/etc.powerpc/Makefile.inc @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.6 1998/05/29 04:22:19 rahnds Exp $ +# $OpenBSD: Makefile.inc,v 1.7 1998/07/19 19:42:54 rahnds Exp $ # etc.powerpc/Makefile.inc -- powerpc-specific etc Makefile targets .ifdef DESTDIR -snap_md: binutils bsd distrib - -binutils: - cd ${DESTDIR} && tar cf - usr/*openbsd* \ - | ${GZIP} ${GZIPFLAGS} > snapshot/usr.binutils.tar${GZIPEXT} +snap_md: bsd distrib bsd: cd ${.CURDIR}/../sys/arch/powerpc/conf && config GENERIC @@ -22,6 +18,7 @@ bsd: # knows about bsdofw.rd and bsd.rd distrib: + cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot cd ${.CURDIR}/../distrib && make cleandir && \ make && make install mkdir ${DESTDIR}/snapshot/boot