]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/sendmail/mailstats/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / sendmail / mailstats / Makefile
1 #       $Id: Makefile,v 8.5 1999/09/23 22:36:36 ca Exp $
2
3 SHELL= /bin/sh
4 BUILD=   ./Build
5 OPTIONS= $(CONFIG) $(FLAGS)
6
7 all: FRC
8         $(SHELL) $(BUILD) $(OPTIONS) $@
9 clean: FRC
10         $(SHELL) $(BUILD) $(OPTIONS) $@
11 install: FRC
12         $(SHELL) $(BUILD) $(OPTIONS) $@
13
14 fresh: FRC
15         $(SHELL) $(BUILD) $(OPTIONS) -c
16
17 FRC: