10 lines
197 B
Makefile
10 lines
197 B
Makefile
|
# @(#)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>
|