]> andersk Git - moira.git/blobdiff - clients/passwd/Makefile
make the install's -c
[moira.git] / clients / passwd / Makefile
index f563e4f08a9d75cbe07ff2950605bcfa8e8859e2..cfe9c8c7dcf9da94d45d3b06e474a2fd98030cff 100644 (file)
@@ -6,7 +6,11 @@
 #      $Header$
 #      $Author$
 # 
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
 #
+
 DESTDIR=
 DEFINES = -O
 CFLAGS = -I../../include ${DEFINES}
@@ -15,7 +19,7 @@ BINDIR = ${DESTDIR}/bin
 
 SMSLIB = -L../../lib -lsms -lgdb -lcom_err -lkrb -ldes
 
-PROGS= chfn chsh chpobox
+PROGS= chfn chsh chpobox
 
 all:   ${PROGS}
 
@@ -39,3 +43,23 @@ install:     ${PROGS}
        install -s chsh ${DESTDIR}/usr/athena/chsh
        install -s chfn ${DESTDIR}/usr/athena/chfn
        install -s chpobox ${DESTDIR}/usr/athena/chpobox
+
+depend:
+       mkdep ${CFLAGS} chfn.c chpobox.c chsh.c
+
+# DO NOT DELETE THIS LINE -- mkdep uses it.
+
+chfn.o: chfn.c /usr/include/sys/types.h /usr/include/stdio.h
+chfn.o: /usr/include/strings.h /usr/include/sys/file.h ../../include/krb.h
+chfn.o: ../../include/mit-copyright.h ../../include/des.h
+chfn.o: /usr/include/ctype.h /usr/include/errno.h ../../include/sms.h
+chfn.o: /usr/include/sms_et.h ../../include/sms_app.h
+chpobox.o: chpobox.c /usr/include/sys/types.h /usr/include/stdio.h
+chpobox.o: /usr/include/pwd.h /usr/include/strings.h /usr/include/ctype.h
+chpobox.o: /usr/include/errno.h ../../include/sms.h /usr/include/sms_et.h
+chpobox.o: ../../include/sms_app.h ../../include/mit-copyright.h
+chsh.o: chsh.c /usr/include/sys/types.h /usr/include/stdio.h
+chsh.o: /usr/include/strings.h /usr/include/sys/file.h ../../include/krb.h
+chsh.o: ../../include/mit-copyright.h ../../include/des.h
+chsh.o: /usr/include/ctype.h /usr/include/errno.h ../../include/sms.h
+chsh.o: /usr/include/sms_et.h ../../include/sms_app.h
This page took 0.034406 seconds and 4 git commands to generate.