mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +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>
|