mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ctlstat
|
|
MAN= ctlstat.8
|
|
SDIR= ${SRCTOP}/sys
|
|
CFLAGS+= -I${SDIR}
|
|
|
|
.include <bsd.prog.mk>
|