2145d321ac
Add libxo output support Merge exp41_intpr and exp_intpr function. The only difference is to print NFSV4.1 operations in exp41, add a third arguement to control that. printtitle was set to 1 and don't have a switch, add a -q options to control it. Reviewed by: bapt Sponsored by: Gandi.net Differential Revision: https://reviews.freebsd.org/D14012
10 lines
123 B
Makefile
10 lines
123 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= nfsstat
|
|
CFLAGS+=-DNFS
|
|
|
|
LIBADD+= devstat xo
|
|
|
|
.include <bsd.prog.mk>
|