summaryrefslogtreecommitdiff
path: root/Master/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/utils.sh')
-rwxr-xr-xMaster/utils.sh3
1 files changed, 2 insertions, 1 deletions
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;;