Import sendmail 8.13.4 into a new contrib directory as the first step
[dragonfly.git] / contrib / sendmail-8.13.4 / mailstats / Makefile
blob6dbcb62430a1616adee5a2b7b8532c104ba02dd7
1 # $Id: Makefile,v 8.5 1999/09/23 22:36:36 ca Exp $
3 SHELL= /bin/sh
4 BUILD= ./Build
5 OPTIONS= $(CONFIG) $(FLAGS)
7 all: FRC
8 $(SHELL) $(BUILD) $(OPTIONS) $@
9 clean: FRC
10 $(SHELL) $(BUILD) $(OPTIONS) $@
11 install: FRC
12 $(SHELL) $(BUILD) $(OPTIONS) $@
14 fresh: FRC
15 $(SHELL) $(BUILD) $(OPTIONS) -c
17 FRC: