081fb64492
And move all the nfs related commands there. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D30754 Sponsored by: Diablotin Systems
12 lines
137 B
Makefile
12 lines
137 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PACKAGE= nfs
|
|
|
|
PROG= nfsstat
|
|
CFLAGS+=-DNFS
|
|
|
|
LIBADD+= devstat xo
|
|
|
|
.include <bsd.prog.mk>
|