summaryrefslogtreecommitdiff
path: root/usr.bin
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.bin
parenta9fc808de4c54ad96c9b2e779b91c6fa37a102a9 (diff)
Add luna88k related directories and information to the build infrastructure.
ok deraadt@, millert@, krw@ - mdoc ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sudo/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/sudo/config.guess b/usr.bin/sudo/config.guess
index 795a1638dae..649e18a19da 100644
--- a/usr.bin/sudo/config.guess
+++ b/usr.bin/sudo/config.guess
@@ -206,6 +206,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
hp300: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 ;;