From a36bd0835a65f9e5811343401d044242e0a1fcb2 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 21 Apr 2004 15:58:26 +0000 Subject: Add luna88k related directories and information to the build infrastructure. ok deraadt@, millert@, krw@ - mdoc ok jmc@ --- usr.bin/sudo/config.guess | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.bin/sudo/config.guess') 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 ;; -- cgit v1.2.3