mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-02 17:54:38 +00:00
Add FreeBSD to the recognized set of OSs
This commit is contained in:
@@ -14,6 +14,7 @@ case "$os" in
|
||||
i386-apple-darwin*) echo darwin ;;
|
||||
*-*-linux*) echo linux ;;
|
||||
*-*-openbsd*) echo openbsd ;;
|
||||
*-*-freebsd*) echo freebsd ;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user