NetBSD/usr.sbin/sendmail/mailstats/Makefile
explorer 0072cebdef Add mailstats man page. From John M. Vinopal. Closes pr bin/2697.
I also mailed this to sendmail-bugs@sendmail.org, in hopes this won't
remain a local mod for long
1996-08-14 07:07:06 +00:00

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>