summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-10-18 05:41:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-10-18 05:41:03 +0000
commit55ec72e8fd0c50426a48d1bbf4ffd1daeb359c02 (patch)
treec9c75a926fe95e481ce0c250cc649a0a208dc733
parent8e2430c4a8c93d53ed1839b02674cb52c25f8463 (diff)
no more misc set
-rw-r--r--distrib/alpha/iso/Makefile4
-rw-r--r--distrib/amd64/iso/Makefile4
-rw-r--r--distrib/hppa/iso/Makefile4
-rw-r--r--distrib/i386/iso/Makefile4
-rw-r--r--distrib/macppc/iso/Makefile4
-rw-r--r--distrib/notes/sparc64/install8
-rw-r--r--distrib/sgi/iso/Makefile4
-rw-r--r--distrib/sparc/iso/Makefile4
-rw-r--r--distrib/sparc64/iso/Makefile4
-rw-r--r--distrib/vax/iso/Makefile4
10 files changed, 22 insertions, 22 deletions
diff --git a/distrib/alpha/iso/Makefile b/distrib/alpha/iso/Makefile
index daf477e9cbd..5f29c94ed98 100644
--- a/distrib/alpha/iso/Makefile
+++ b/distrib/alpha/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2010/08/26 01:35:44 krw Exp $
+# $OpenBSD: Makefile,v 1.8 2010/10/18 05:40:47 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -10,7 +10,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}/man${OSrev}.tgz \
${RELDIR}/bsd ${RELDIR}/bsd.rd \
${RELDIR}/INSTALL.${MACHINE}
XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \
diff --git a/distrib/amd64/iso/Makefile b/distrib/amd64/iso/Makefile
index 1b8350b6f59..3c708771c1f 100644
--- a/distrib/amd64/iso/Makefile
+++ b/distrib/amd64/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2009/04/17 03:58:54 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2010/10/18 05:40:47 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -10,7 +10,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}/man${OSrev}.tgz \
${RELDIR}/bsd ${RELDIR}/bsd.rd ${RELDIR}/bsd.mp \
${RELDIR}/INSTALL.${MACHINE}
XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \
diff --git a/distrib/hppa/iso/Makefile b/distrib/hppa/iso/Makefile
index a3517105f96..dc6d50aa58c 100644
--- a/distrib/hppa/iso/Makefile
+++ b/distrib/hppa/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2010/08/26 01:35:44 krw Exp $
+# $OpenBSD: Makefile,v 1.7 2010/10/18 05:40:47 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -10,7 +10,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}/man${OSrev}.tgz \
${RELDIR}/bsd ${RELDIR}/bsd.rd \
${RELDIR}/INSTALL.${MACHINE}
XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \
diff --git a/distrib/i386/iso/Makefile b/distrib/i386/iso/Makefile
index 4224e6e6b1d..efd1690de8c 100644
--- a/distrib/i386/iso/Makefile
+++ b/distrib/i386/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2009/04/17 03:58:54 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2010/10/18 05:40:47 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -10,7 +10,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}/man${OSrev}.tgz \
${RELDIR}/bsd ${RELDIR}/bsd.rd ${RELDIR}/bsd.mp \
${RELDIR}/INSTALL.${MACHINE}
XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \
diff --git a/distrib/macppc/iso/Makefile b/distrib/macppc/iso/Makefile
index c2b860dde65..3fe18518889 100644
--- a/distrib/macppc/iso/Makefile
+++ b/distrib/macppc/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2010/03/07 11:00:37 kettenis Exp $
+# $OpenBSD: Makefile,v 1.8 2010/10/18 05:40:47 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -10,7 +10,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}/man${OSrev}.tgz \
${RELDIR}/bsd ${RELDIR}/bsd.rd ${RELDIR}/bsd.mp \
${RELDIR}/INSTALL.${MACHINE}
XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \
diff --git a/distrib/notes/sparc64/install b/distrib/notes/sparc64/install
index 3361a7abc92..42d3030d625 100644
--- a/distrib/notes/sparc64/install
+++ b/distrib/notes/sparc64/install
@@ -1,4 +1,4 @@
-dnl $OpenBSD: install,v 1.44 2010/03/16 17:23:09 miod Exp $
+dnl $OpenBSD: install,v 1.45 2010/10/18 05:41:02 deraadt Exp $
OpenBSDInstallPrelude
There are several ways to install OpenBSD onto a disk. The easiest way
@@ -208,9 +208,9 @@ The installboot man page says to do something like this:
You can now extract the provided "*.tgz" files onto your disk.
solaris# ls -FC
- base{:--:}OSrev.tgz etc{:--:}OSrev.tgz misc{:--:}OSrev.tgz xserv{:--:}OSrev.tgz
- bsd game{:--:}OSrev.tgz xbase{:--:}OSrev.tgz xshare{:--:}OSrev.tgz
- comp{:--:}OSrev.tgz man{:--:}OSrev.tgz xfont{:--:}OSrev.tgz
+ base{:--:}OSrev.tgz etc{:--:}OSrev.tgz xbase{:--:}OSrev.tgz xshare{:--:}OSrev.tgz
+ bsd game{:--:}OSrev.tgz xfont{:--:}OSrev.tgz
+ comp{:--:}OSrev.tgz man{:--:}OSrev.tgz xserv{:--:}OSrev.tgz
solaris{:-#-:} gunzip < base{:--:}OSrev.tgz | (cd /mnt; tar xvpf -)
[...] for each set
diff --git a/distrib/sgi/iso/Makefile b/distrib/sgi/iso/Makefile
index da64d218eda..7d5919d85e1 100644
--- a/distrib/sgi/iso/Makefile
+++ b/distrib/sgi/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2010/02/05 22:30:59 todd Exp $
+# $OpenBSD: Makefile,v 1.16 2010/10/18 05:40:47 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -10,7 +10,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}/man${OSrev}.tgz \
${RELDIR}/bsd.IP27 ${RELDIR}/bsd.rd.IP27 \
${RELDIR}/bsd.IP30 ${RELDIR}/bsd.rd.IP30 \
${RELDIR}/bsd.IP32 ${RELDIR}/bsd.rd.IP32 \
diff --git a/distrib/sparc/iso/Makefile b/distrib/sparc/iso/Makefile
index 38a6254e725..49074263c57 100644
--- a/distrib/sparc/iso/Makefile
+++ b/distrib/sparc/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2009/04/17 03:58:55 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2010/10/18 05:40:47 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -10,7 +10,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}/man${OSrev}.tgz \
${RELDIR}/bsd ${RELDIR}/bsd.rd \
${RELDIR}/INSTALL.${MACHINE}
XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \
diff --git a/distrib/sparc64/iso/Makefile b/distrib/sparc64/iso/Makefile
index 7e3d628afe5..14a6e68d04b 100644
--- a/distrib/sparc64/iso/Makefile
+++ b/distrib/sparc64/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2010/02/26 23:16:19 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2010/10/18 05:40:47 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -10,7 +10,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}/man${OSrev}.tgz \
${RELDIR}/bsd ${RELDIR}/bsd.mp ${RELDIR}/bsd.rd \
${RELDIR}/INSTALL.${MACHINE}
XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \
diff --git a/distrib/vax/iso/Makefile b/distrib/vax/iso/Makefile
index f8f3ccda763..69420707d1f 100644
--- a/distrib/vax/iso/Makefile
+++ b/distrib/vax/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2009/05/07 17:03:22 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2010/10/18 05:40:47 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -10,7 +10,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}/man${OSrev}.tgz \
${RELDIR}/bsd ${RELDIR}/bsd.rd \
${RELDIR}/INSTALL.${MACHINE}
XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \