summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-02 03:36:51 +0000
committerjkh <jkh@FreeBSD.org>1995-02-02 03:36:51 +0000
commit7b026c1466277b9ee6b44a4e8d0e8f4dd96bba07 (patch)
treebeaac18611dc4b4518a369e2ed93b0e3b1d12548 /usr.sbin/amd
parente45d42c64cbf685c189194b874b7c1426b8a1f31 (diff)
downloadFreeBSD-src-7b026c1466277b9ee6b44a4e8d0e8f4dd96bba07.zip
FreeBSD-src-7b026c1466277b9ee6b44a4e8d0e8f4dd96bba07.tar.gz
Cosmetic fix.
Submitted by: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/config/arch3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/amd/config/arch b/usr.sbin/amd/config/arch
index 71c9224..191c0c1 100644
--- a/usr.sbin/amd/config/arch
+++ b/usr.sbin/amd/config/arch
@@ -38,7 +38,7 @@
#
# @(#)arch 8.1 (Berkeley) 6/6/93
#
-# $Id: arch,v 5.2.2.2 1992/05/31 16:45:35 jsp Exp $
+# $Id: arch,v 1.1.1.1 1994/05/26 05:22:08 rgrimes Exp $
#
# Figure out machine architecture
#
@@ -63,6 +63,7 @@ then
ARCH="`uname`"
case "$ARCH" in
"HP-UX") echo hp9000; exit 0;;
+ "FreeBSD") echo FreeBSD; exit 0;;
AIX*) MACH="`uname -m`"
case "$MACH" in
00*) echo ibm6000; exit 0;;
OpenPOWER on IntegriCloud