]> andersk Git - moira.git/blobdiff - clients/passwd/Makefile
added copyright message
[moira.git] / clients / passwd / Makefile
index 5a20b5a04631495397b9f604b6c7beddad949f1b..f563e4f08a9d75cbe07ff2950605bcfa8e8859e2 100644 (file)
@@ -5,12 +5,6 @@
 #      $Source$
 #      $Header$
 #      $Author$
-#      $Log$
-#      Revision 1.3  1987-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=
@@ -19,23 +13,20 @@ CFLAGS = -I../../include ${DEFINES}
 CONFDIR = ${DESTDIR}/usr/athena
 BINDIR = ${DESTDIR}/bin
 
-SMSLIB =  ../../lib/libsms.a ../../lib/libgdb.a ../../lib/libmisc.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 -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
@@ -45,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 -s chsh ${DESTDIR}/usr/athena/chsh
+       install -s chfn ${DESTDIR}/usr/athena/chfn
+       install -s chpobox ${DESTDIR}/usr/athena/chpobox
This page took 0.033094 seconds and 4 git commands to generate.