]> git.stg.codes - stg.git/blobdiff - projects/sgauth/build
Support all next FreeBSD versions by default.
[stg.git] / projects / sgauth / build
index 203e0c889c261162dabaf41fffd80d8aaec6e4e4..82a3dcf6f014ec8b4d9e5c7863fbd0eaf4ccd913 100755 (executable)
@@ -46,15 +46,13 @@ then
         5) OS=bsd5;;
         6) OS=bsd5;;
         7) OS=bsd7;;
-        8) OS=bsd7;;
-        9) OS=bsd7;;
-        *) OS=unknown;;
+        *) OS=bsd7;;
     esac
     MAKE="gmake"
 fi
 
 if [ "$OS" = "unknown" ]
-then 
+then
     printf "#############################################################################\n"
     printf "# Sorry, but sgauth currently supported by Linux, FreeBSD 4.x, 5.x, 6.x  #\n"
     printf "#############################################################################\n"
@@ -65,10 +63,10 @@ printf "########################################################################
 printf "       Building sgauth for $sys $release\n"
 printf "#############################################################################\n"
 
-STG_LIBS="crypto.lib 
-         common.lib 
-         conffiles.lib
-         ia.lib"
+STG_LIBS="crypto.lib
+          common.lib
+          conffiles.lib
+          ia.lib"
 
 if [ "$OS" = "linux" ]
 then