summaryrefslogtreecommitdiff
path: root/gnu/dist/sendmail/makemap/Makefile
blob: 87ce00555232f62133165ea412b8939e893a3684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#       Id: Makefile,v 8.7 1999/09/23 22:36:37 ca Exp

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

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

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

FRC: