From faaecb0cf43705dc226636beb5d74d3558760d61 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Jan 2007 16:20:29 +0000 Subject: i386-openbsd support git-svn-id: svn://tug.org/texlive/trunk@3201 c570f23f-e606-0410-a88d-b1316a301751 --- Master/utils.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master/utils.sh') diff --git a/Master/utils.sh b/Master/utils.sh index ec7c5eab8d0..b8b327b3cb0 100755 --- a/Master/utils.sh +++ b/Master/utils.sh @@ -4,7 +4,7 @@ # utils.sh -- utility routines for the TeX Live installation scripts. # Do not call directly. # -# Copyright (c) Sebastian Rahtz and Karl Berry 2003, 2004, 2005, 2006. +# Copyright Sebastian Rahtz and Karl Berry 2003, 2004, 2005, 2006. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -423,6 +423,7 @@ platform_guess() *86-cygwin*) Sys=i386_cgywin;; *86-darwin*) Sys=i386_darwin;; *86-freebsd*) Sys=i386_freebsd;; + *86-openbsd*) Sys=i386_openbsd;; *86-linux*) Sys=i386_linux;; *86-solaris*) Sys=i386_solaris;; *86_64*-linux*) Sys=x86_64_linux;; -- cgit v1.2.3