aboutsummaryrefslogtreecommitdiff
path: root/sendmail/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sendmail/test/Makefile')
-rw-r--r--sendmail/test/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sendmail/test/Makefile b/sendmail/test/Makefile
new file mode 100644
index 000000000000..d0a88423bb54
--- /dev/null
+++ b/sendmail/test/Makefile
@@ -0,0 +1,19 @@
+# $Id: Makefile,v 1.2 2006/05/30 18:50:26 ca Exp $
+
+SHELL= /bin/sh
+BUILD= ./Build
+OPTIONS= $(CONFIG) $(FLAGS)
+
+all: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+clean: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+check: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+install: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+
+fresh: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) -c
+
+FRC: