]> andersk Git - moira.git/blobdiff - clients/Makefile.in
moved from clients/passwd to clients/chsh
[moira.git] / clients / Makefile.in
index bf77378c3b24ef1d88fe153776b8764282b3a2f0..2e71322e76420ea5599615f35147abae844e81c7 100644 (file)
@@ -7,7 +7,7 @@ srcdir=@srcdir@
 VPATH=@srcdir@
 
 CURSES_SUBDIRS=mailmaint
-SUBDIRS=lib addusr blanche moira mrcheck mrtest passwd @CURSES_SUBDIRS@
+SUBDIRS=lib addusr blanche moira mrcheck mrtest stella passwd @CURSES_SUBDIRS@
 
 all:
        @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
@@ -15,6 +15,10 @@ all:
 clean:
        @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
 
+cleandir distclean:
+       rm -f Makefile
+       @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
+
 depend:
        @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
 
This page took 0.02952 seconds and 4 git commands to generate.