summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/libmilter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/libmilter/Makefile')
-rw-r--r--contrib/sendmail/libmilter/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/sendmail/libmilter/Makefile b/contrib/sendmail/libmilter/Makefile
index 04277eb..b5bfba4 100644
--- a/contrib/sendmail/libmilter/Makefile
+++ b/contrib/sendmail/libmilter/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 8.1 1999/11/04 00:03:40 ca Exp $
+# $Id: Makefile,v 8.2 2006/05/23 21:55:55 ca Exp $
SHELL= /bin/sh
BUILD= ./Build
@@ -6,6 +6,8 @@ OPTIONS= $(CONFIG) $(FLAGS)
all: FRC
$(SHELL) $(BUILD) $(OPTIONS) $@
+check: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
clean: FRC
$(SHELL) $(BUILD) $(OPTIONS) $@
install: FRC
OpenPOWER on IntegriCloud