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/src/Makefile | |
| parent | 3a3ef73d37c9a94a369656b0ac2490c212e01cb1 (diff) | |
Diffstat (limited to 'contrib/sendmail/src/Makefile')
| -rw-r--r-- | contrib/sendmail/src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/sendmail/src/Makefile b/contrib/sendmail/src/Makefile index c86bbf5e22041..a5633c791d7ff 100644 --- a/contrib/sendmail/src/Makefile +++ b/contrib/sendmail/src/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 8.11 1999/09/23 22:36:42 ca Exp $ +# $Id: Makefile,v 8.12 2006/08/29 22:00:11 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 |
