xref: /freebsd/usr.bin/nfsstat/Makefile (revision 62cfcf62f627e5093fb37026a6d8c98e4d2ef04c)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	nfsstat
5CFLAGS+=-DNFS
6
7LIBADD+= devstat xo
8
9.include <bsd.prog.mk>
10