mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 11:43:11 -04:00
8 lines
155 B
Makefile
8 lines
155 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 9/21/96
|
|
|
|
PROG= mailstats
|
|
MAN8= mailstats.8
|
|
CFLAGS+=-I${.CURDIR}/../src
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|