summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-04-21 15:58:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-04-21 15:58:26 +0000
commita36bd0835a65f9e5811343401d044242e0a1fcb2 (patch)
treecd3fb3021dee857bd1f81cc46f59e72dd40da5fa /usr.sbin/afs
parenta9fc808de4c54ad96c9b2e779b91c6fa37a102a9 (diff)
Add luna88k related directories and information to the build infrastructure.
ok deraadt@, millert@, krw@ - mdoc ok jmc@
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/src/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/afs/src/config.guess b/usr.sbin/afs/src/config.guess
index dff9e481b70..28b52c963d2 100644
--- a/usr.sbin/afs/src/config.guess
+++ b/usr.sbin/afs/src/config.guess
@@ -368,6 +368,9 @@ EOF
sun3*:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
+ luna88k:OpenBSD:*:*)
+ echo m88k-unknown-openbsd${UNAME_RELEASE}
+ exit 0 ;;
mac68k:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;