]> andersk Git - moira.git/blobdiff - clients/Makefile
*** empty log message ***
[moira.git] / clients / Makefile
index e70f57f3d835ca7ab7d163c8ad9864e50cf60d23..ab8e32522f85ff7d41d55400c3483ba269aa7d05 100644 (file)
@@ -10,7 +10,7 @@
 
 DESTDIR=
 
-SUBDIRS= dcmmaint mailmaint passwd sms userreg blanche
+SUBDIRS= mailmaint passwd moira userreg blanche mrcheck
 
 all:
        for i in ${SUBDIRS}; do \
@@ -25,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.030441 seconds and 4 git commands to generate.