]> andersk Git - moira.git/blobdiff - clients/passwd/Makefile
added copyright message
[moira.git] / clients / passwd / Makefile
index e54841e2ed70ba1bf3b3a689cc0b63fb2f43bf63..f563e4f08a9d75cbe07ff2950605bcfa8e8859e2 100644 (file)
@@ -1,14 +1,11 @@
-# Makefile for SMS clients passwd/chfn/chhome/chsh
+# Makefile for SMS clients passwd/chfn/chpobox/chsh
 #
 #      MIT Project Athena
 #
 #      $Source$
 #      $Header$
 #      $Author$
-#      $Log$
-#      Revision 1.2  1987-07-31 01:24:43  ambar
-#      added install target
-#
+# 
 #
 DESTDIR=
 DEFINES = -O
@@ -16,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 chhome 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}
 
-chhome:        chhome.o
-       cc -o chhome chhome.o ${SMSLIB} -lkrb -ldes
+chpobox:       chpobox.o
+       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
@@ -42,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 chhome ${DESTDIR}/usr/athena/chhome
+       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.035564 seconds and 4 git commands to generate.