[project @ 1998-10-12 11:56:12 by simonm]
authorsimonm <unknown>
Mon, 12 Oct 1998 11:56:12 +0000 (11:56 +0000)
committersimonm <unknown>
Mon, 12 Oct 1998 11:56:12 +0000 (11:56 +0000)
oops, forgot to update bin dist configure for FreeBSD 2.0/3.0 split.

distrib/configure-bin.in

index 60d4905..2b2672f 100644 (file)
@@ -34,8 +34,10 @@ i[[3456]]86-*-linuxaout*)
        TargetPlatform=i386-unknown-linuxaout;;
 i[[3456]]86-*-linux*)
        TargetPlatform=i386-unknown-linux;;
-i[[3456]]86-*-freebsd*)
-       TargetPlatform=i386-unknown-freebsd;;
+i[[3456]]86-*-freebsd2*)
+       TargetPlatform=i386-unknown-freebsd2;;
+i[[3456]]86-*-freebsd3*)
+       TargetPlatform=i386-unknown-freebsd3;;
 i[[3456]]86-*-netbsd*)
        TargetPlatform=i386-unknown-netbsd;;
 i[[3456]]86-*-solaris2*)