Skip to content

Commit 0da191a

Browse files
committed
Merge pull request #38 from posix4e/netbsd
Add netbsd support
2 parents 8e4f8ea + a25ee7f commit 0da191a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install-template.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ get_host_triple() {
340340
_ostype=unknown-bitrig
341341
;;
342342

343+
NetBSD)
344+
_ostype=unknown-netbsd
345+
;;
346+
343347
OpenBSD)
344348
_ostype=unknown-openbsd
345349
;;

0 commit comments

Comments
 (0)