Module Name:    src
Committed By:   maxv
Date:           Tue Oct 29 08:13:17 UTC 2019

Modified Files:
        src/usr.sbin/nvmmctl: Makefile

Log Message:
Forgot to put nvmmctl in the "nvmm" group.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/nvmmctl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/nvmmctl/Makefile
diff -u src/usr.sbin/nvmmctl/Makefile:1.1 src/usr.sbin/nvmmctl/Makefile:1.2
--- src/usr.sbin/nvmmctl/Makefile:1.1	Mon Oct 28 13:04:18 2019
+++ src/usr.sbin/nvmmctl/Makefile	Tue Oct 29 08:13:16 2019
@@ -1,12 +1,16 @@
-#	$NetBSD: Makefile,v 1.1 2019/10/28 13:04:18 maxv Exp $
+#	$NetBSD: Makefile,v 1.2 2019/10/29 08:13:16 maxv Exp $
 
 .include <bsd.own.mk>
 
 MAN=	nvmmctl.8
 
 .if (${MACHINE_ARCH} == "x86_64")
-PROG=	nvmmctl
-SRCS=	nvmmctl.c
+USE_FORT?=yes	# setgid
+PROG=nvmmctl
+SRCS=nvmmctl.c
+
+BINGRP=nvmm
+BINMODE=2555
 
 CPPFLAGS+=-D_KERNTYPES
 LDADD+=-lutil -lnvmm

Reply via email to