comparison configure1.in @ 6259:035ce1fb4969

Add freebsd.
author Karl Heuer <kwzh@gnu.org>
date Tue, 08 Mar 1994 22:37:54 +0000
parents 6ed5f2378b36
children fb0929970d84
comparison
equal deleted inserted replaced
6258:5360e784af1d 6259:035ce1fb4969
1016 *-xenix* ) opsys=xenix ;; 1016 *-xenix* ) opsys=xenix ;;
1017 *-linux* ) opsys=linux ;; 1017 *-linux* ) opsys=linux ;;
1018 *-sco3.2v4* ) opsys=sco4 ;; 1018 *-sco3.2v4* ) opsys=sco4 ;;
1019 *-bsd386* ) opsys=bsd386 ;; 1019 *-bsd386* ) opsys=bsd386 ;;
1020 *-386bsd* ) opsys=386bsd ;; 1020 *-386bsd* ) opsys=386bsd ;;
1021 *-freebsd* ) opsys=freebsd ;;
1021 *-netbsd* ) opsys=netbsd ;; 1022 *-netbsd* ) opsys=netbsd ;;
1022 *-nextstep* ) opsys=mach2 ;; 1023 *-nextstep* ) opsys=mach2 ;;
1023 ## Otherwise, we'll fall through to the generic opsys code at the bottom. 1024 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
1024 esac 1025 esac
1025 ;; 1026 ;;