dd SSLIB variable
authorJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 09:24:45 +0000 (09:24 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 09:24:45 +0000 (09:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@795 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Project.tmpl

index 3dfa48a6306e620115d277385089ac204228a4e4..7619867205b7bbb579e19efdd06845f65cfb9eb0 100644 (file)
@@ -12,6 +12,9 @@
 #ifndef MkCmdsCmd
 #define MkCmdsCmd $(SSMKSRC)/mk_cmds
 #endif
+#ifndef SSLib
+#define SSLib -lss /* $(TOP)/lib/ss/libss.a */
+#endif
 #ifndef PosyFlags
 #define PosyFlags -f -h2 -a -s
 #endif
@@ -124,11 +127,13 @@ libdir/lib/**/libname.a:                                          @@\
         MKDIRHIER = BourneShell $(BINDIR)/mkdirhier.sh
        COMPILE_ET = compile_et
           MK_CMDS = mk_cmds
+            SSLIB = -lss
 #else
             IMAKE = $(IMAKESRC)/imake
            DEPEND = DependCmd
         MKDIRHIER = BourneShell $(SCRIPTSRC)/mkdirhier.sh
        COMPILE_ET = CompileEtCmd
           MK_CMDS = MkCmdsCmd
+            SSLIB = SSLib
 #endif