Skip to content

Commit

Permalink
src/configure: Add FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
jlduran committed Aug 8, 2016
1 parent 0c7224a commit 99342d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
;;
Expand Down

0 comments on commit 99342d6

Please sign in to comment.