mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
9 lines
115 B
Makefile
9 lines
115 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= ctlstat
|
||
|
|
MAN= ctlstat.8
|
||
|
|
SDIR= ${.CURDIR}/../../sys
|
||
|
|
CFLAGS+= -I${SDIR}
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|