0072cebdef
I also mailed this to sendmail-bugs@sendmail.org, in hopes this won't remain a local mod for long
9 lines
153 B
Makefile
9 lines
153 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/7/93
|
|
|
|
PROG= mailstats
|
|
MAN= mailstats.8
|
|
CFLAGS+=-I${.CURDIR}/../src
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|