summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrelease/alpha/dokern.sh2
-rwxr-xr-xrelease/amd64/dokern.sh2
-rwxr-xr-xrelease/i386/dokern.sh2
-rwxr-xr-xrelease/pc98/dokern.sh2
-rwxr-xr-xrelease/scripts/dokern.sh2
5 files changed, 10 insertions, 0 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh
index 22f357a..18df131 100755
--- a/release/alpha/dokern.sh
+++ b/release/alpha/dokern.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+# $FreeBSD$
+
ARCH="`uname -m`"
# First check for the standard x86 PC class.
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index 22f357a..18df131 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+# $FreeBSD$
+
ARCH="`uname -m`"
# First check for the standard x86 PC class.
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh
index 22f357a..18df131 100755
--- a/release/i386/dokern.sh
+++ b/release/i386/dokern.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+# $FreeBSD$
+
ARCH="`uname -m`"
# First check for the standard x86 PC class.
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index 22f357a..18df131 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+# $FreeBSD$
+
ARCH="`uname -m`"
# First check for the standard x86 PC class.
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh
index 22f357a..18df131 100755
--- a/release/scripts/dokern.sh
+++ b/release/scripts/dokern.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+# $FreeBSD$
+
ARCH="`uname -m`"
# First check for the standard x86 PC class.
OpenPOWER on IntegriCloud