summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/libsm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/libsm/Makefile')
-rw-r--r--contrib/sendmail/libsm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/sendmail/libsm/Makefile b/contrib/sendmail/libsm/Makefile
index c6c1a29..e7b64ca 100644
--- a/contrib/sendmail/libsm/Makefile
+++ b/contrib/sendmail/libsm/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 2000/03/27 19:26:48 dmoen Exp $
+# $Id: Makefile,v 1.2 2006/08/16 21:06:30 ca Exp $
SHELL= /bin/sh
BUILD= ./Build
@@ -10,6 +10,8 @@ clean: FRC
$(SHELL) $(BUILD) $(OPTIONS) $@
install: FRC
$(SHELL) $(BUILD) $(OPTIONS) $@
+check: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
fresh: FRC
$(SHELL) $(BUILD) $(OPTIONS) -c
OpenPOWER on IntegriCloud