source: trunk/third/sendmail/makemap/Makefile @ 19204

Revision 19204, 312 bytes checked in by zacheiss, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19203, which included commits to RCS files with non-trunk default branches.
Line 
1#       $Id: Makefile,v 1.1.1.1 2003-04-08 15:10:49 zacheiss Exp $
2
3SHELL= /bin/sh
4BUILD=   ./Build
5OPTIONS= $(CONFIG) $(FLAGS)
6
7all: FRC
8        $(SHELL) $(BUILD) $(OPTIONS) $@
9clean: FRC
10        $(SHELL) $(BUILD) $(OPTIONS) $@
11install: FRC
12        $(SHELL) $(BUILD) $(OPTIONS) $@
13
14fresh: FRC
15        $(SHELL) $(BUILD) $(OPTIONS) -c
16
17FRC:
Note: See TracBrowser for help on using the repository browser.