]> andersk Git - moira.git/blobdiff - clients/Makefile.in
Command line printer manipulation client, and build goo.
[moira.git] / clients / Makefile.in
index bf77378c3b24ef1d88fe153776b8764282b3a2f0..d0df3314c596e578cf919ac11ddd64c681ff517b 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 chfn chpobox chsh eunice mitch moira mrcheck mrtest stanley stella @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.03504 seconds and 4 git commands to generate.