summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-03-08 22:37:54 +0000
committerKarl Heuer <kwzh@gnu.org>1994-03-08 22:37:54 +0000
commite8c7f343efb3b4cf9ab192f676f7c0698a30d7c8 (patch)
tree02735d933525808b3528527a857cc0df537e0877 /configure1.in
parentac48788fa086c35c082e7725927350694c864c46 (diff)
downloademacs-e8c7f343efb3b4cf9ab192f676f7c0698a30d7c8.tar.gz
Add freebsd.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in
index e10038a2d0a..2cae7c6191c 100755
--- a/configure1.in
+++ b/configure1.in
@@ -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.