]> git.stg.codes - stg.git/blobdiff - projects/sgconf_xml/build
Support all next FreeBSD versions by default.
[stg.git] / projects / sgconf_xml / build
index 9314452b73a5afa31773152d1c7eab17dc7c6fbf..689cc262d615e3aea0bae8cccd33353aa6bf57d5 100755 (executable)
@@ -44,17 +44,15 @@ then
     case $release in
         4) OS=bsd;;
         5) OS=bsd5;;
-        6) 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 sgconf currently supported by Linux, FreeBSD 4.x, 5.x, 6.x  #\n"
     printf "#############################################################################\n"
@@ -66,9 +64,9 @@ printf "       Building sgconf for $sys $release\n"
 printf "#############################################################################\n"
 
 STG_LIBS="conffiles.lib
-         crypto.lib 
-         common.lib 
-         srvconf.lib"
+          crypto.lib
+          common.lib
+          srvconf.lib"
 
 if [ "$OS" = "linux" ]
 then