From a117e51e29128cdd4d00dfbf5ff7ba0d28934866 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 8 Mar 1994 22:37:54 +0000 Subject: [PATCH] Add freebsd. --- configure1.in | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5