source: trunk/third/sendmail/Makefile @ 12554

Revision 12554, 510 bytes checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12553, which included commits to RCS files with non-trunk default branches.
Line 
1#       @(#)Makefile.dist       8.2 (Berkeley) 2/17/1998
2
3SHELL= /bin/sh
4SUBDIRS= src mail.local mailstats makemap praliases rmail smrsh
5BUILD=   ./Build
6OPTIONS= $(CONFIG) $(FLAGS)
7
8all clean install:: FRC
9        @for x in $(SUBDIRS); \
10        do \
11                (cd $$x; echo Making $@ in:; pwd; \
12                $(SHELL) $(BUILD) $(OPTIONS) $@); \
13        done
14
15fresh:: 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
26FRC:
Note: See TracBrowser for help on using the repository browser.