summaryrefslogtreecommitdiff
path: root/contrib/sendmail/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/src/Makefile')
-rw-r--r--contrib/sendmail/src/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/sendmail/src/Makefile b/contrib/sendmail/src/Makefile
deleted file mode 100644
index c86bbf5e2204..000000000000
--- a/contrib/sendmail/src/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Id: Makefile,v 8.11 1999/09/23 22:36:42 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) $@
-
-fresh: FRC
- $(SHELL) $(BUILD) $(OPTIONS) -c
-
-FRC: