summaryrefslogtreecommitdiff
path: root/contrib/sendmail/mail.local/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/mail.local/Makefile')
-rw-r--r--contrib/sendmail/mail.local/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/sendmail/mail.local/Makefile b/contrib/sendmail/mail.local/Makefile
deleted file mode 100644
index b560a3039df84..0000000000000
--- a/contrib/sendmail/mail.local/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $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: