Actually hook powernow.4 into the build.
[dragonfly.git] / contrib / sendmail-8.14 / rmail / Makefile
blob2934322c6bf11c1d6e9e6482ec7a8a03afd7353c
1 # $Id: Makefile,v 8.5 1999/10/05 16:39:19 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) $@
13 force-install: FRC
14 $(SHELL) $(BUILD) $(OPTIONS) $@
16 fresh: FRC
17 $(SHELL) $(BUILD) $(OPTIONS) -c
19 FRC: