]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/sendmail/Makefile
This commit was generated by cvs2svn to compensate for changes in r39297,
[FreeBSD/FreeBSD.git] / contrib / sendmail / Makefile
1 #       @(#)Makefile.dist       8.2 (Berkeley) 2/17/98
2
3 SHELL= /bin/sh
4 SUBDIRS= src mail.local mailstats makemap praliases rmail smrsh
5 BUILD=   ./Build
6 OPTIONS= $(CONFIG) $(FLAGS)
7
8 all clean install:: FRC
9         @for x in $(SUBDIRS); \
10         do \
11                 (cd $$x; echo Making $@ in:; pwd; \
12                 $(SHELL) $(BUILD) $(OPTIONS) $@); \
13         done
14
15 fresh:: FRC
16         @for x in $(SUBDIRS); \
17         do \
18                 (cd $$x; echo Making $@ in:; pwd; \
19                 $(SHELL) $(BUILD) $(OPTIONS) -c); \
20         done
21
22 $(SUBDIRS):: FRC
23         @cd $@; pwd; \
24         $(SHELL) $(BUILD) $(OPTIONS)
25
26 FRC: