aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/mailstats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/mailstats/Makefile')
-rw-r--r--contrib/sendmail/mailstats/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/sendmail/mailstats/Makefile b/contrib/sendmail/mailstats/Makefile
deleted file mode 100644
index 6dbcb62430a1..000000000000
--- a/contrib/sendmail/mailstats/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Id: Makefile,v 8.5 1999/09/23 22:36:36 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: