Import sendmail 8.13.7
[dragonfly.git] / contrib / sendmail-8.13.7 / sendmail / Makefile
blobc86bbf5e2204188efaa2383af9084a54cc029c8b
1 # $Id: Makefile,v 8.11 1999/09/23 22:36:42 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: