mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-02 22:43:33 +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 ;;
|
i386-apple-darwin*) echo darwin ;;
|
||||||
*-*-linux*) echo linux ;;
|
*-*-linux*) echo linux ;;
|
||||||
*-*-openbsd*) echo openbsd ;;
|
*-*-openbsd*) echo openbsd ;;
|
||||||
|
*-*-freebsd*) echo freebsd ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user