b723212dfd
supply sendmail2netbsd for future imports. remove 8.9.x files. populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
14 lines
236 B
Makefile
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>
|