src/configure: Add FreeBSD

This commit is contained in:
Jose Luis Duran 2016-08-08 17:24:07 -03:00
parent 0c7224af95
commit 99342d642f

3
src/configure vendored
View file

@ -21,6 +21,9 @@ case "$(uname -s)" in
Darwin* )
host_os="darwin$(uname -r)"
;;
FreeBSD* )
host_os="freebsd$(uname -r)"
;;
OpenBSD* )
host_os="openbsd$(uname -r)"
;;