54736c4744
By using a common function to retrieve the NFS stats, the sysctl aware binary is smaller than the old kvm-only binary on at least two architectures!
10 lines
188 B
Makefile
10 lines
188 B
Makefile
# $NetBSD: Makefile,v 1.7 2000/06/13 12:39:43 simonb Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= nfsstat
|
|
CPPFLAGS+=-DNFS
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
|
|
.include <bsd.prog.mk>
|