aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nfsstat/Makefile
blob: 6939a78b56e9f3b97d45a764c754041fce202acf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PACKAGE=	nfs

PROG=	nfsstat
CFLAGS+=-DNFS

LIBADD+= devstat xo

.include <bsd.prog.mk>