]> andersk Git - moira.git/blobdiff - clients/Makefile
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / clients / Makefile
index aaa5f06109722bb62fd721dcfb3a5496972bc593..ab8e32522f85ff7d41d55400c3483ba269aa7d05 100644 (file)
@@ -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
+# <mit-copyright.h>.
 
 DESTDIR=
 
-SUBDIRS= aliasbld finger listmaint servermaint usermaint userreg
+SUBDIRS= mailmaint passwd moira userreg blanche mrcheck
 
 all:
        for i in ${SUBDIRS}; do \
@@ -15,9 +18,13 @@ 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
 
+depend:
+       for i in ${SUBDIRS}; do \
+               (cd $$i; make ${MFLAGS} depend); done
This page took 0.03278 seconds and 4 git commands to generate.