mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
10 lines
197 B
Makefile
10 lines
197 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 9/21/96
|
|
|
|
PROG= mailstats
|
|
MAN8= mailstats.8
|
|
CFLAGS+=-I${.CURDIR}/../../contrib/sendmail/src
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/sendmail/mailstats
|
|
|
|
.include <bsd.prog.mk>
|