NetBSD/usr.bin/nfsstat/Makefile
simonb 54736c4744 Use the NFS_NFSSTATS sysctl that has been around since Feb '96.
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!
2000-06-13 12:39:43 +00:00

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>