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 | |
---|
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: |
---|
Note: See
TracBrowser
for help on using the repository browser.