]> andersk Git - moira.git/blobdiff - clients/Makefile
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / clients / Makefile
index 50ad60f55ee30a5d2fa1bf39f48d955081b2de2f..ab8e32522f85ff7d41d55400c3483ba269aa7d05 100644 (file)
@@ -1,15 +1,16 @@
-# Makefile for first release of SMS.
+# Makefile for SMS 2.0 clients.
 #
 #      $Source$
 #      $Header$
 #      $Author$
 #
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
 
 DESTDIR=
 
-SUBDIRS= attachmaint clustermaint dcmmaint listmaint \
-       mailmaint nfsmaint passwd portmaint rvdmaint \
-       usermaint userreg
+SUBDIRS= mailmaint passwd moira userreg blanche mrcheck
 
 all:
        for i in ${SUBDIRS}; do \
@@ -24,3 +25,6 @@ clean:
        for i in ${SUBDIRS}; do \
                (cd $$i; make ${MFLAGS} clean); done
 
+depend:
+       for i in ${SUBDIRS}; do \
+               (cd $$i; make ${MFLAGS} depend); done
This page took 0.033164 seconds and 4 git commands to generate.