Import sendmail 8.13.4 into a new contrib directory as the first step
[dragonfly.git] / contrib / sendmail-8.13.4 / vacation / Makefile
blob7cc577f4b6c1767cc1cd4a6165225abe42f32f0a
1 # $Id: Makefile,v 8.5 1999/09/23 22:36:45 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: