]> andersk Git - moira.git/blobdiff - clients/Makefile
only retrieve active machines
[moira.git] / clients / Makefile
index ac179b90598dd38ae2378aa1bcfef677264439ea..ab8e32522f85ff7d41d55400c3483ba269aa7d05 100644 (file)
@@ -10,7 +10,7 @@
 
 DESTDIR=
 
-SUBDIRS= mailmaint passwd sms userreg blanche smscheck
+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.030048 seconds and 4 git commands to generate.