Build sendmail-8.9.1 makemap.

This commit is contained in:
Peter Wemm 1998-08-04 15:25:32 +00:00
parent 22751f562c
commit 205c3be48b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38095

View File

@ -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>