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/test/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contrib/sendmail/test/Makefile (limited to 'contrib/sendmail/test/Makefile') diff --git a/contrib/sendmail/test/Makefile b/contrib/sendmail/test/Makefile new file mode 100644 index 0000000..7ca1b40 --- /dev/null +++ b/contrib/sendmail/test/Makefile @@ -0,0 +1,17 @@ +# $Id: Makefile,v 1.1 2001/09/23 22:39:24 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