From 8449595fe97f4474b9b9a7e4edee1ef35dcff393 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Sun, 17 Feb 2002 21:56:45 +0000 Subject: Import sendmail 8.12.2 --- contrib/sendmail/editmap/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contrib/sendmail/editmap/Makefile (limited to 'contrib/sendmail/editmap/Makefile') diff --git a/contrib/sendmail/editmap/Makefile b/contrib/sendmail/editmap/Makefile new file mode 100644 index 0000000..965e029 --- /dev/null +++ b/contrib/sendmail/editmap/Makefile @@ -0,0 +1,17 @@ +# $Id: Makefile,v 1.1 2000/08/31 16:19:25 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: -- cgit v1.1