aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nfsstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/nfsstat/Makefile')
-rw-r--r--usr.bin/nfsstat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile
index 6d79ce7fd972..cfe0e1efb432 100644
--- a/usr.bin/nfsstat/Makefile
+++ b/usr.bin/nfsstat/Makefile
@@ -1,10 +1,9 @@
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= nfsstat
CFLAGS+=-DNFS
DPADD= ${LIBKVM}
LDADD= -lkvm
-BINGRP= kmem
-BINMODE=2555
.include <bsd.prog.mk>