X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/c97e763f10f53e85141214c3579099c1aad2b91e..3dce7ca45b64513190eabb93b716790c1a9293cc:/clients/Makefile diff --git a/clients/Makefile b/clients/Makefile index aaa5f061..7d85f8cc 100644 --- a/clients/Makefile +++ b/clients/Makefile @@ -1,13 +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= aliasbld finger listmaint servermaint usermaint userreg +SUBDIRS= mailmaint passwd moira userreg blanche mrcheck all: for i in ${SUBDIRS}; do \ @@ -15,9 +18,10 @@ all: install: for i in ${SUBDIRS}; do \ - (cd $$; make ${MFLAGS} install); done + (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done clean: + rm -f *~ *.bak for i in ${SUBDIRS}; do \ (cd $$i; make ${MFLAGS} clean); done