Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / contrib / sendmail-8.14 / libmilter / Makefile
1 #       $Id: Makefile,v 8.2 2006/05/23 21:55:55 ca Exp $
2
3 SHELL= /bin/sh
4 BUILD=   ./Build
5 OPTIONS= $(CONFIG) $(FLAGS)
6
7 all: FRC
8         $(SHELL) $(BUILD) $(OPTIONS) $@
9 check: FRC
10         $(SHELL) $(BUILD) $(OPTIONS) $@
11 clean: FRC
12         $(SHELL) $(BUILD) $(OPTIONS) $@
13 install: FRC
14         $(SHELL) $(BUILD) $(OPTIONS) $@
15
16 fresh: FRC
17         $(SHELL) $(BUILD) $(OPTIONS) -c
18
19 FRC: