summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2001-10-03 17:11:32 +0000
committerdrahn <drahn@openbsd.org>2001-10-03 17:11:32 +0000
commitcfb46857b7ef282c48ec2e5c5834001fa757026f (patch)
tree4c4562a927a8a94b1cdd8a24d50c182fd860f936
parentInstall the bsd.tbxi data file. millert@ ok. (diff)
downloadwireguard-openbsd-cfb46857b7ef282c48ec2e5c5834001fa757026f.tar.xz
wireguard-openbsd-cfb46857b7ef282c48ec2e5c5834001fa757026f.zip
copy bsd.tbxi into the snapshot directory so it will be included in
the release directory. cleanup, do not mention bsdofw.rd.
-rw-r--r--etc/etc.macppc/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.macppc/Makefile.inc b/etc/etc.macppc/Makefile.inc
index e2eadbc003e..a4f9b86eb92 100644
--- a/etc/etc.macppc/Makefile.inc
+++ b/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