mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
9 lines
118 B
Makefile
9 lines
118 B
Makefile
|
|
PROG= ctlstat
|
|
MAN= ctlstat.8
|
|
SDIR= ${SRCTOP}/sys
|
|
CFLAGS+= -I${SDIR}
|
|
|
|
LIBADD= sbuf bsdxml
|
|
|
|
.include <bsd.prog.mk>
|