Forgot to put nvmmctl in the "nvmm" group.

This commit is contained in:
maxv 2019-10-29 08:13:16 +00:00
parent 6c41bebf88
commit 5c3437fda5
1 changed files with 7 additions and 3 deletions

View File

@ -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