]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/npe/npestats/Makefile
zfs: merge openzfs/zfs@f795e90a1
[FreeBSD/FreeBSD.git] / tools / tools / npe / npestats / Makefile
1
2 PROG=   npestats
3 SRCS=   main.c npestats.c
4 BINDIR= /usr/local/bin
5 MAN=
6 LIBADD= bsdstat
7 CFLAGS+=-I${.CURDIR}/../../../../lib/libbsdstat/
8
9 .include <bsd.prog.mk>