Import sendmail 8.13.4 into a new contrib directory as the first step
[dragonfly.git] / contrib / sendmail-8.13.4 / test / Makefile
blob7ca1b40855ca1903cbedbefd26f8e3aba3a68ec9
1 # $Id: Makefile,v 1.1 2001/09/23 22:39:24 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: