mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00: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>
|