# HG changeset patch # User Karl Heuer # Date 763166274 0 # Node ID 035ce1fb4969d19321778c10c4c5ee76b8bf1fd2 # Parent 5360e784af1d6d6799502453e046717686c2c380 Add freebsd. diff -r 5360e784af1d -r 035ce1fb4969 configure1.in --- a/configure1.in Tue Mar 08 21:42:39 1994 +0000 +++ b/configure1.in Tue Mar 08 22:37:54 1994 +0000 @@ -1018,6 +1018,7 @@ *-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.