1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

Add FreeBSD to the recognized set of OSs

This commit is contained in:
Nick Briggs
2017-05-23 15:40:42 -07:00
parent 3f54356d24
commit 59090b4a3c

View File

@@ -14,6 +14,7 @@ case "$os" in
i386-apple-darwin*) echo darwin ;;
*-*-linux*) echo linux ;;
*-*-openbsd*) echo openbsd ;;
*-*-freebsd*) echo freebsd ;;
esac