summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ncrcontrol
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1994-10-13 17:45:40 +0000
committerse <se@FreeBSD.org>1994-10-13 17:45:40 +0000
commit4dbb4feac63f95b0545330c41b2ae98fa439533a (patch)
tree5d1cfafb707b71533e1dbdc658bad83c2ddb2c0e /usr.sbin/ncrcontrol
parentdd756ca8bd878ac30171a5b0ae25e5866cfff1ee (diff)
downloadFreeBSD-src-4dbb4feac63f95b0545330c41b2ae98fa439533a.zip
FreeBSD-src-4dbb4feac63f95b0545330c41b2ae98fa439533a.tar.gz
ncrcontrol will be installed SETGID kmem in /usr/sbin.
Diffstat (limited to 'usr.sbin/ncrcontrol')
-rw-r--r--usr.sbin/ncrcontrol/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ncrcontrol/Makefile b/usr.sbin/ncrcontrol/Makefile
index 86c39ee..f590c80 100644
--- a/usr.sbin/ncrcontrol/Makefile
+++ b/usr.sbin/ncrcontrol/Makefile
@@ -1,8 +1,11 @@
PROG= ncrcontrol
SRCS= ncrcontrol.c
+MAN8= ncrcontrol.8
CFLAGS+= -I/sys
LDADD+= -lkvm
-DPADD+= ${DESTDIR}/usr/lib/libkvm.a
+DPADD+= ${LIBKVM}
+BINGRP= kmem
+BINMODE= 2555
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud