#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD: stable/12/usr.bin/nfsstat/Makefile 328588 2018-01-30 09:59:52Z manu $

PROG=	nfsstat
CFLAGS+=-DNFS

LIBADD+= devstat xo

.include <bsd.prog.mk>
