]> andersk Git - moira.git/blob - clients/Makefile
Deleted rvdmaint and madm since they're bogus right now.
[moira.git] / clients / Makefile
1 # Makefile for first release of SMS.
2 #
3 #       $Source$
4 #       $Header$
5 #       $Author$
6 #
7
8 DESTDIR=
9
10 SUBDIRS= aliasbld finger listmaint servermaint usermaint userreg
11
12 all:
13         for i in ${SUBDIRS}; do \
14                 (cd $$i; make ${MFLAGS} all); done
15
16 install:
17         for i in ${SUBDIRS}; do \
18                 (cd $$; make ${MFLAGS} install); done
19
20 clean:
21         for i in ${SUBDIRS}; do \
22                 (cd $$i; make ${MFLAGS} clean); done
23
This page took 0.027967 seconds and 5 git commands to generate.