mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
8 lines
149 B
Makefile
8 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>
|