9 lines
149 B
Makefile
9 lines
149 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 6/7/93
|
||
|
|
||
|
PROG= mailstats
|
||
|
CFLAGS+=-I${.CURDIR}/../src
|
||
|
NOMAN= noman
|
||
|
|
||
|
.include "../../Makefile.inc"
|
||
|
.include <bsd.prog.mk>
|