X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/d49728241e234d4b42b07966f36f329aaa5e7205..dc1d1c52813ce1141673c90a54d7bfa62eade695:/clients/Makefile diff --git a/clients/Makefile b/clients/Makefile index 50ad60f5..ab8e3252 100644 --- a/clients/Makefile +++ b/clients/Makefile @@ -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 +# . 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