]> andersk Git - moira.git/commitdiff
removed passwd, comment out chpobox for right now
authormar <mar>
Thu, 4 Aug 1988 13:22:57 +0000 (13:22 +0000)
committermar <mar>
Thu, 4 Aug 1988 13:22:57 +0000 (13:22 +0000)
clients/passwd/Makefile

index c2b83f674cbe97cb2d084d2ef2fc62e139861b18..2e248a0288f4d23a0684c86914f4b205a4795679 100644 (file)
@@ -5,21 +5,6 @@
 #      $Source$
 #      $Header$
 #      $Author$
-#      $Log$
-#      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=
@@ -28,23 +13,20 @@ CFLAGS = -I../../include ${DEFINES}
 CONFDIR = ${DESTDIR}/usr/athena
 BINDIR = ${DESTDIR}/bin
 
-SMSLIB =  ../../lib/libsms.a ../../lib/libgdb.a ../../lib/libcom_err.a
+SMSLIB = -L../../lib -lsms -lgdb -lcom_err -lkrb -ldes
 
-PROGS= passwd chfn chpobox chsh
+PROGS= chfn chsh # chpobox
 
 all:   ${PROGS}
 
-passwd:        passwd.o
-       cc -o passwd passwd.o ${SMSLIB} -lkrb -ldes
-
 chfn:  chfn.o
-       cc -o chfn chfn.o ${SMSLIB} -lkrb -ldes
+       cc -o chfn chfn.o ${SMSLIB}
 
 chpobox:       chpobox.o
-       cc -o chpobox chpobox.o ${SMSLIB} -lkrb -ldes
+       cc -o chpobox chpobox.o ${SMSLIB}
 
 chsh:  chsh.o
-       cc -o chsh chsh.o ${SMSLIB} -lkrb -ldes
+       cc -o chsh chsh.o ${SMSLIB}
 
 lint:
        lint *.c
@@ -54,7 +36,6 @@ clean:
        rm -f ${PROGS}
 
 install:       ${PROGS}
-       install passwd ${DESTDIR}/usr/athena/passwd
        install chsh ${DESTDIR}/usr/athena/chsh
        install chfn ${DESTDIR}/usr/athena/chfn
-#      install chpobox ${DESTDIR}/usr/athena/chpobox
+       install chpobox ${DESTDIR}/usr/athena/chpobox
This page took 0.04019 seconds and 5 git commands to generate.