diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2007-04-09 01:38:51 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2007-04-09 01:38:51 +0000 |
| commit | d0cef73d40a409e3116f095b83633b1364e95741 (patch) | |
| tree | 2a4f38ae8ba223f3bf2402f56d35c997e5af6db5 /contrib/sendmail/test | |
| parent | 3a3ef73d37c9a94a369656b0ac2490c212e01cb1 (diff) | |
Notes
Diffstat (limited to 'contrib/sendmail/test')
| -rw-r--r-- | contrib/sendmail/test/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/sendmail/test/Makefile b/contrib/sendmail/test/Makefile index 7ca1b40855ca1..d0a88423bb54c 100644 --- a/contrib/sendmail/test/Makefile +++ b/contrib/sendmail/test/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2001/09/23 22:39:24 ca Exp $ +# $Id: Makefile,v 1.2 2006/05/30 18:50:26 ca Exp $ SHELL= /bin/sh BUILD= ./Build @@ -8,6 +8,8 @@ all: FRC $(SHELL) $(BUILD) $(OPTIONS) $@ clean: FRC $(SHELL) $(BUILD) $(OPTIONS) $@ +check: FRC + $(SHELL) $(BUILD) $(OPTIONS) $@ install: FRC $(SHELL) $(BUILD) $(OPTIONS) $@ |
