summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2013-12-08 14:46:40 +0000
committerMarc Espie <espie@cvs.openbsd.org>2013-12-08 14:46:40 +0000
commit3eac5fe055d0aabd5fabc3ef9beee44c6c3879d1 (patch)
tree6526f2e4e11111afa862a5f43ef4bb4afb6e0602 /sys/arch
parent0d51f2437b8c53e33001327201ea57b5e2a4aa2f (diff)
reflect reality, mark as NOOBJ
"sure" deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/Makefile3
-rw-r--r--sys/arch/amd64/Makefile3
-rw-r--r--sys/arch/armish/Makefile3
-rw-r--r--sys/arch/armv7/Makefile3
-rw-r--r--sys/arch/aviion/Makefile3
-rw-r--r--sys/arch/hp300/Makefile3
-rw-r--r--sys/arch/hppa/Makefile3
-rw-r--r--sys/arch/hppa64/Makefile3
-rw-r--r--sys/arch/i386/Makefile3
-rw-r--r--sys/arch/landisk/Makefile3
-rw-r--r--sys/arch/loongson/Makefile3
-rw-r--r--sys/arch/luna88k/Makefile3
-rw-r--r--sys/arch/macppc/Makefile3
-rw-r--r--sys/arch/mvme68k/Makefile3
-rw-r--r--sys/arch/mvme88k/Makefile3
-rw-r--r--sys/arch/octeon/Makefile3
-rw-r--r--sys/arch/sgi/Makefile3
-rw-r--r--sys/arch/socppc/Makefile3
-rw-r--r--sys/arch/solbourne/Makefile3
-rw-r--r--sys/arch/sparc/Makefile3
-rw-r--r--sys/arch/sparc64/Makefile3
-rw-r--r--sys/arch/vax/Makefile3
-rw-r--r--sys/arch/zaurus/Makefile3
23 files changed, 46 insertions, 23 deletions
diff --git a/sys/arch/alpha/Makefile b/sys/arch/alpha/Makefile
index dca29ee48b6..1ecf3ffe40d 100644
--- a/sys/arch/alpha/Makefile
+++ b/sys/arch/alpha/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2013/03/26 19:43:00 jasper Exp $
+# $OpenBSD: Makefile,v 1.12 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/amd64/Makefile b/sys/arch/amd64/Makefile
index 13130d0990e..8edc0a87e73 100644
--- a/sys/arch/amd64/Makefile
+++ b/sys/arch/amd64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.10 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/armish/Makefile b/sys/arch/armish/Makefile
index 4a78758af1d..1fa22964396 100644
--- a/sys/arch/armish/Makefile
+++ b/sys/arch/armish/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.6 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/armv7/Makefile b/sys/arch/armv7/Makefile
index dec7bf5711a..a19d094049e 100644
--- a/sys/arch/armv7/Makefile
+++ b/sys/arch/armv7/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2013/09/04 14:38:24 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR=
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/aviion/Makefile b/sys/arch/aviion/Makefile
index bcd88197c6b..1244bf91995 100644
--- a/sys/arch/aviion/Makefile
+++ b/sys/arch/aviion/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.7 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/hp300/Makefile b/sys/arch/hp300/Makefile
index 6ea4be693bb..353fc02b06d 100644
--- a/sys/arch/hp300/Makefile
+++ b/sys/arch/hp300/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.13 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/hppa/Makefile b/sys/arch/hppa/Makefile
index bdf0680657a..548f468c3b2 100644
--- a/sys/arch/hppa/Makefile
+++ b/sys/arch/hppa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.11 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/hppa64/Makefile b/sys/arch/hppa64/Makefile
index 379817a36df..06e2b38315c 100644
--- a/sys/arch/hppa64/Makefile
+++ b/sys/arch/hppa64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.8 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/i386/Makefile b/sys/arch/i386/Makefile
index 1a53aa7abd1..8b4ed0182b1 100644
--- a/sys/arch/i386/Makefile
+++ b/sys/arch/i386/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2010/11/12 17:11:44 deraadt Exp $
+# $OpenBSD: Makefile,v 1.21 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/landisk/Makefile b/sys/arch/landisk/Makefile
index bcd88197c6b..1244bf91995 100644
--- a/sys/arch/landisk/Makefile
+++ b/sys/arch/landisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.7 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/loongson/Makefile b/sys/arch/loongson/Makefile
index 4a78758af1d..1fa22964396 100644
--- a/sys/arch/loongson/Makefile
+++ b/sys/arch/loongson/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.6 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/luna88k/Makefile b/sys/arch/luna88k/Makefile
index ead4792cf94..057cfe7fc9d 100644
--- a/sys/arch/luna88k/Makefile
+++ b/sys/arch/luna88k/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.10 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR=
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/macppc/Makefile b/sys/arch/macppc/Makefile
index c7bafc64a56..8738d33860a 100644
--- a/sys/arch/macppc/Makefile
+++ b/sys/arch/macppc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.10 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/mvme68k/Makefile b/sys/arch/mvme68k/Makefile
index 981745884ae..8083e574bef 100644
--- a/sys/arch/mvme68k/Makefile
+++ b/sys/arch/mvme68k/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.15 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/mvme88k/Makefile b/sys/arch/mvme88k/Makefile
index 8893b13590c..3fc7526c0c9 100644
--- a/sys/arch/mvme88k/Makefile
+++ b/sys/arch/mvme88k/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.11 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/octeon/Makefile b/sys/arch/octeon/Makefile
index d44b3731350..a52ca4f1880 100644
--- a/sys/arch/octeon/Makefile
+++ b/sys/arch/octeon/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.5 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR=
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/sgi/Makefile b/sys/arch/sgi/Makefile
index c60c600541f..9a993c7aebc 100644
--- a/sys/arch/sgi/Makefile
+++ b/sys/arch/sgi/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.8 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC-IP30
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/socppc/Makefile b/sys/arch/socppc/Makefile
index 379817a36df..06e2b38315c 100644
--- a/sys/arch/socppc/Makefile
+++ b/sys/arch/socppc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.8 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/solbourne/Makefile b/sys/arch/solbourne/Makefile
index a8684432432..d6e52d62bdc 100644
--- a/sys/arch/solbourne/Makefile
+++ b/sys/arch/solbourne/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.8 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR=
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/sparc/Makefile b/sys/arch/sparc/Makefile
index 29b54be176e..95c75a92108 100644
--- a/sys/arch/sparc/Makefile
+++ b/sys/arch/sparc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.14 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/sparc64/Makefile b/sys/arch/sparc64/Makefile
index 1c107fc0c1f..b8568b0c490 100644
--- a/sys/arch/sparc64/Makefile
+++ b/sys/arch/sparc64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.8 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/vax/Makefile b/sys/arch/vax/Makefile
index 1d07acaaef3..7c4d572aabc 100644
--- a/sys/arch/vax/Makefile
+++ b/sys/arch/vax/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.8 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir
diff --git a/sys/arch/zaurus/Makefile b/sys/arch/zaurus/Makefile
index 379817a36df..06e2b38315c 100644
--- a/sys/arch/zaurus/Makefile
+++ b/sys/arch/zaurus/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2013/03/26 19:43:01 jasper Exp $
+# $OpenBSD: Makefile,v 1.8 2013/12/08 14:46:39 espie Exp $
S= ${.CURDIR}/../..
KFILE= GENERIC
@@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
+NOOBJ=
SUBDIR= stand
# config the fattest kernel we can find into a temporary dir