]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/nfsstat/Makefile
contrib/kyua: Merge vendor import
[FreeBSD/FreeBSD.git] / usr.bin / nfsstat / Makefile
1
2 PACKAGE=        nfs
3
4 PROG=   nfsstat
5 CFLAGS+=-DNFS
6
7 LIBADD+= devstat xo
8
9 .include <bsd.prog.mk>