NetBSD/gnu/usr.sbin/sendmail/mailstats/Makefile
itojun b723212dfd for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.
supply sendmail2netbsd for future imports.
remove 8.9.x files.

populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-03 10:50:04 +00:00

14 lines
236 B
Makefile

# $NetBSD: Makefile,v 1.2 2000/05/03 10:50:59 itojun Exp $
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../../dist
.PATH: ${DIST}/sendmail/mailstats
PROG= mailstats
MAN= mailstats.8
CPPFLAGS+= -DNOT_SENDMAIL
.include <bsd.prog.mk>