diff --git a/install-template.sh b/install-template.sh index 744c1c2..981dfa8 100644 --- a/install-template.sh +++ b/install-template.sh @@ -340,6 +340,10 @@ get_host_triple() { _ostype=unknown-bitrig ;; + NetBSD) + _ostype=unknown-netbsd + ;; + OpenBSD) _ostype=unknown-openbsd ;;