diff options
author | 2007-10-17 21:32:38 +0000 | |
---|---|---|
committer | 2007-10-17 21:32:38 +0000 | |
commit | 81801e29a6cfe9659500125653250b42a26aeccc (patch) | |
tree | 3d320f5bbd7e46050b304113cebba601a6b9d4c6 | |
parent | sparc64 has a bsd.mp too (though it is early work..) (diff) | |
download | wireguard-openbsd-81801e29a6cfe9659500125653250b42a26aeccc.tar.xz wireguard-openbsd-81801e29a6cfe9659500125653250b42a26aeccc.zip |
put bsd.rd onto install##.iso
-rw-r--r-- | distrib/sparc64/iso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/iso/Makefile b/distrib/sparc64/iso/Makefile index 595dc776c3c..5b8440f551e 100644 --- a/distrib/sparc64/iso/Makefile +++ b/distrib/sparc64/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/08/10 12:29:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2007/10/17 21:32:38 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -11,7 +11,7 @@ RELDIR?= /home/rel-${MACHINE} BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ ${RELDIR}/etc${OSrev}.tgz ${RELDIR}/game${OSrev}.tgz \ ${RELDIR}/man${OSrev}.tgz ${RELDIR}/misc${OSrev}.tgz \ - ${RELDIR}/bsd ${RELDIR}/bsd.rd \ + ${RELDIR}/bsd ${RELDIR}/bsd.mp ${RELDIR}/bsd.rd \ ${RELDIR}/INSTALL.${MACHINE} XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \ ${RELXDIR}/xfont${OSrev}.tgz ${RELXDIR}/xshare${OSrev}.tgz \ |