aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/mail.local/Makefile
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-08-12 21:55:49 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-08-12 21:55:49 +0000
commit06f25ae9f1d6020a600a10f713046203d1a82570 (patch)
tree6d207932926718f38869bd08959330c09f4f3e0d /contrib/sendmail/mail.local/Makefile
parentb518ca7de5820956700c15009494373b46ec0dbd (diff)
downloadsrc-06f25ae9f1d6020a600a10f713046203d1a82570.tar.gz
src-06f25ae9f1d6020a600a10f713046203d1a82570.zip
Import of sendmail version 8.11.0 into vendor branch SENDMAIL with
release tag v8_11_0. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
Notes
Notes: svn path=/vendor/sendmail/dist/; revision=64562
Diffstat (limited to 'contrib/sendmail/mail.local/Makefile')
-rw-r--r--contrib/sendmail/mail.local/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/sendmail/mail.local/Makefile b/contrib/sendmail/mail.local/Makefile
new file mode 100644
index 000000000000..b560a3039df8
--- /dev/null
+++ b/contrib/sendmail/mail.local/Makefile
@@ -0,0 +1,19 @@
+# $Id: Makefile,v 8.5 1999/10/05 16:39:32 ca Exp $
+
+SHELL= /bin/sh
+BUILD= ./Build
+OPTIONS= $(CONFIG) $(FLAGS)
+
+all: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+clean: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+install: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+force-install: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) $@
+
+fresh: FRC
+ $(SHELL) $(BUILD) $(OPTIONS) -c
+
+FRC: