Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / nfsstat / Makefile
1 # $FreeBSD: src/usr.bin/nfsstat/Makefile,v 1.1.1.1.14.1 2001/05/25 23:42:08 tmm Exp $
2 # $DragonFly: src/usr.bin/nfsstat/Makefile,v 1.2 2003/06/17 04:29:30 dillon Exp $
3 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
4
5 PROG=   nfsstat
6 CFLAGS+=-DNFS
7 DPADD=  ${LIBKVM}
8 LDADD= -lkvm
9
10 .include <bsd.prog.mk>