[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / nfsstat

File: [local] / src / usr.bin / nfsstat / Makefile (download)

Revision 1.4, Tue Apr 18 15:24:26 2000 UTC (24 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.3: +1 -5 lines

use sysctl() to fetch struct nfsstats; no more -lkvm; millert@ ok

#	$OpenBSD: Makefile,v 1.4 2000/04/18 15:24:26 mickey Exp $

PROG=	nfsstat
CFLAGS+=-DNFS

.include <bsd.prog.mk>