Warn the user if he uses -e and procfs(5) is not mounted.
[dragonfly.git] / contrib / sendmail-8.14 / editmap / Makefile
blob965e0293bcdd681d9526736798ebb45e408726f4
1 # $Id: Makefile,v 1.1 2000/08/31 16:19:25 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: