]> andersk Git - moira.git/blobdiff - clients/passwd/Makefile
don't install chpobox
[moira.git] / clients / passwd / Makefile
index e54841e2ed70ba1bf3b3a689cc0b63fb2f43bf63..c2b83f674cbe97cb2d084d2ef2fc62e139861b18 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for SMS clients passwd/chfn/chhome/chsh
+# Makefile for SMS clients passwd/chfn/chpobox/chsh
 #
 #      MIT Project Athena
 #
@@ -6,9 +6,21 @@
 #      $Header$
 #      $Author$
 #      $Log$
-#      Revision 1.2  1987-07-31 01:24:43  ambar
-#      added install target
+#      Revision 1.6  1987-12-22 12:50:53  mar
+#      don't install chpobox
 #
+# Revision 1.5  87/08/08  23:38:10  ambar
+# passwd now links with smslib
+# 
+# Revision 1.4  87/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
+# 
 #
 DESTDIR=
 DEFINES = -O
@@ -16,20 +28,20 @@ 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 chhome chsh
+PROGS= passwd chfn chpobox chsh
 
 all:   ${PROGS}
 
 passwd:        passwd.o
-       cc -o passwd passwd.o -lkrb -ldes
+       cc -o passwd passwd.o ${SMSLIB} -lkrb -ldes
 
 chfn:  chfn.o
        cc -o chfn chfn.o ${SMSLIB} -lkrb -ldes
 
-chhome:        chhome.o
-       cc -o chhome chhome.o ${SMSLIB} -lkrb -ldes
+chpobox:       chpobox.o
+       cc -o chpobox chpobox.o ${SMSLIB} -lkrb -ldes
 
 chsh:  chsh.o
        cc -o chsh chsh.o ${SMSLIB} -lkrb -ldes
@@ -45,4 +57,4 @@ install:      ${PROGS}
        install passwd ${DESTDIR}/usr/athena/passwd
        install chsh ${DESTDIR}/usr/athena/chsh
        install chfn ${DESTDIR}/usr/athena/chfn
-       install chhome ${DESTDIR}/usr/athena/chhome
+#      install chpobox ${DESTDIR}/usr/athena/chpobox
This page took 0.916826 seconds and 4 git commands to generate.