summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-08-04 15:25:32 +0000
committerpeter <peter@FreeBSD.org>1998-08-04 15:25:32 +0000
commitc7bd539cea0ddb68c6a2901ee84d7b7a2a41f916 (patch)
treeb5295e2cb8cd25849484bf37c458963a08f81124 /usr.sbin/mailstats
parent08eeb8ebf059268683cc2a0a71c184abf5f307f5 (diff)
downloadFreeBSD-src-c7bd539cea0ddb68c6a2901ee84d7b7a2a41f916.zip
FreeBSD-src-c7bd539cea0ddb68c6a2901ee84d7b7a2a41f916.tar.gz
Build sendmail-8.9.1 makemap.
Diffstat (limited to 'usr.sbin/mailstats')
-rw-r--r--usr.sbin/mailstats/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/mailstats/Makefile b/usr.sbin/mailstats/Makefile
new file mode 100644
index 0000000..d8bec3e
--- /dev/null
+++ b/usr.sbin/mailstats/Makefile
@@ -0,0 +1,9 @@
+# @(#)Makefile 8.2 (Berkeley) 9/21/96
+
+PROG= mailstats
+MAN8= mailstats.8
+CFLAGS+=-I${.CURDIR}/../../contrib/sendmail/src
+
+.PATH: ${.CURDIR}/../../contrib/sendmail/mailstats
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud