freebsd-dev/usr.sbin/sendmail/mailstats/Makefile

9 lines
155 B
Makefile
Raw Normal View History

# @(#)Makefile 8.2 (Berkeley) 9/21/96
1994-05-26 05:23:31 +00:00
PROG= mailstats
MAN8= mailstats.8
CFLAGS+=-I${.CURDIR}/../src
1994-05-26 05:23:31 +00:00
.include "../../Makefile.inc"
.include <bsd.prog.mk>