Import sendmail 8.13.6
[dragonfly.git] / contrib / sendmail-8.13.6 / mail.local / Makefile
1 #       $Id: Makefile,v 8.5 1999/10/05 16:39:32 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 force-install: FRC
14         $(SHELL) $(BUILD) $(OPTIONS) $@
15
16 fresh: FRC
17         $(SHELL) $(BUILD) $(OPTIONS) -c
18
19 FRC: