aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/mailstats/Makefile
blob: d1a39961448d8e0bc09eab8a2e299829bf8cf1fa (plain) (blame)
1
2
3
4
5
6
7
8
#	@(#)Makefile	8.2 (Berkeley) 9/21/96

PROG=	mailstats
MAN8=	mailstats.0
CFLAGS+=-I${.CURDIR}/../src

.include "../../Makefile.inc"
.include <bsd.prog.mk>