1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

Add freebsd.

This commit is contained in:
Karl Heuer 1994-03-08 22:37:54 +00:00
parent b0fab82cb6
commit a117e51e29

View File

@ -1018,6 +1018,7 @@ case "${canonical}" in
*-sco3.2v4* ) opsys=sco4 ;;
*-bsd386* ) opsys=bsd386 ;;
*-386bsd* ) opsys=386bsd ;;
*-freebsd* ) opsys=freebsd ;;
*-netbsd* ) opsys=netbsd ;;
*-nextstep* ) opsys=mach2 ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.