opnsense-src/usr.bin/ctlstat/Makefile
Franco Fichtner 3c09b4c3de src: clean-cut move to release/11.1.0
Taken from: FreeBSD
Commit ref: 2f4b735c66d
2017-08-20 13:44:58 +02:00

8 lines
108 B
Makefile

# $FreeBSD$
PROG= ctlstat
MAN= ctlstat.8
SDIR= ${SRCTOP}/sys
CFLAGS+= -I${SDIR}
.include <bsd.prog.mk>