1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: stable/11/usr.bin/nfsstat/Makefile 306632 2016-10-03 12:02:45Z rmacklem $
3
4PROG=	nfsstat
5CFLAGS+=-DNFS
6
7LIBADD+= devstat
8
9.include <bsd.prog.mk>
10