]> andersk Git - moira.git/commitdiff
changed libmisc to libcom_err.a
authorwesommer <wesommer>
Mon, 3 Aug 1987 05:13:22 +0000 (05:13 +0000)
committerwesommer <wesommer>
Mon, 3 Aug 1987 05:13:22 +0000 (05:13 +0000)
clients/passwd/Makefile

index 5a20b5a04631495397b9f604b6c7beddad949f1b..a27e2863fdcd604377463b2a31d204e074500700 100644 (file)
@@ -6,9 +6,12 @@
 #      $Header$
 #      $Author$
 #      $Log$
-#      Revision 1.3  1987-08-02 19:46:26  ambar
-#      changed name of chhome to chpobox
+#      Revision 1.4  1987-08-03 05:13:22  wesommer
+#      changed libmisc to libcom_err.a
 #
+# Revision 1.3  87/08/02  19:46:26  ambar
+# changed name of chhome to chpobox
+# 
 # Revision 1.2  87/07/31  01:24:43  ambar
 # added install target
 # 
@@ -19,7 +22,7 @@ CFLAGS = -I../../include ${DEFINES}
 CONFDIR = ${DESTDIR}/usr/athena
 BINDIR = ${DESTDIR}/bin
 
-SMSLIB =  ../../lib/libsms.a ../../lib/libgdb.a ../../lib/libmisc.a
+SMSLIB =  ../../lib/libsms.a ../../lib/libgdb.a ../../lib/libcom_err.a
 
 PROGS= passwd chfn chpobox chsh
 
This page took 0.039025 seconds and 5 git commands to generate.