From f073b40bdb39af2df22c288e245f2751c5f372b7 Mon Sep 17 00:00:00 2001 From: drahn <> Date: Wed, 3 Oct 2001 17:11:32 +0000 Subject: [PATCH] copy bsd.tbxi into the snapshot directory so it will be included in the release directory. cleanup, do not mention bsdofw.rd. --- src/etc/etc.macppc/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.macppc/Makefile.inc b/src/etc/etc.macppc/Makefile.inc index e2eadbc0..a4f9b86e 100644 --- a/src/etc/etc.macppc/Makefile.inc +++ b/src/etc/etc.macppc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2001/09/01 16:13:48 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2001/10/03 17:11:32 drahn Exp $ # etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets .ifdef DESTDIR @@ -11,9 +11,10 @@ bsd: cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd -# knows about bsd.rd and bsdofw.rd +# knows about bsd.rd distrib: cp ${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/snapshot/ofwboot + cp ${DESTDIR}/usr/mdec/bsd.tbxi ${DESTDIR}/snapshot/bsd.tbxi cd ${.CURDIR}/../distrib && make cleandir && \ make && make install mkdir ${DESTDIR}/snapshot/boot