diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-07-19 19:42:55 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-07-19 19:42:55 +0000 |
commit | fc179201f0e29383b8f7c10fd12d6eaeb235e1fc (patch) | |
tree | 57c1ec3f23c27f6d63059035586e67921148a24b /etc | |
parent | 8f4825264c37812edbb8413be7755dbba30a4c11 (diff) |
include ofwboot as one of the release files.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.powerpc/Makefile.inc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/etc.powerpc/Makefile.inc b/etc/etc.powerpc/Makefile.inc index 2f4c1398037..e4705124b6a 100644 --- a/etc/etc.powerpc/Makefile.inc +++ b/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 |