summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/rmail/Makefile
blob: bec1ba4193e111ab2ba2457366e35f7b7d3a788f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#       $Id: Makefile,v 1.1.1.1 2000/08/12 21:55:41 gshapiro Exp $

SHELL= /bin/sh
BUILD=   ./Build
OPTIONS= $(CONFIG) $(FLAGS)

all: FRC
	$(SHELL) $(BUILD) $(OPTIONS) $@
clean: FRC
	$(SHELL) $(BUILD) $(OPTIONS) $@
install: FRC
	$(SHELL) $(BUILD) $(OPTIONS) $@
force-install: FRC
	$(SHELL) $(BUILD) $(OPTIONS) $@

fresh: FRC
	$(SHELL) $(BUILD) $(OPTIONS) -c

FRC:
OpenPOWER on IntegriCloud