]> git.eshelyaron.com Git - emacs.git/commitdiff
Add freebsd.
authorKarl Heuer <kwzh@gnu.org>
Tue, 8 Mar 1994 22:37:54 +0000 (22:37 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 8 Mar 1994 22:37:54 +0000 (22:37 +0000)
configure1.in

index e10038a2d0ad6b6298a3e6a00a0a122694fa6041..2cae7c6191cab3c28752c7cf77b486147f25a654 100755 (executable)
@@ -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.