summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/smartmontools/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 78a01dfcf75..8b44dc13669 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.905 2020/10/24 22:40:01 wiz Exp $
+# $NetBSD: Makefile,v 1.906 2020/11/03 20:51:25 otis Exp $
#
COMMENT= System utilities
@@ -427,6 +427,7 @@ SUBDIR+= nvnet
SUBDIR+= nvramtool
SUBDIR+= oak
SUBDIR+= onefetch
+SUBDIR+= openipmi
SUBDIR+= open-vm-tools
SUBDIR+= openstack_init
SUBDIR+= openxenmanager
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile
index 718a18a81cf..f0b4cb92cc0 100644
--- a/sysutils/smartmontools/Makefile
+++ b/sysutils/smartmontools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/08/15 08:28:48 tnn Exp $
+# $NetBSD: Makefile,v 1.42 2020/11/03 20:51:25 otis Exp $
DISTNAME= smartmontools-7.1
CATEGORIES= sysutils
@@ -30,6 +30,7 @@ RCD_SCRIPTS= smartd
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/smartmontools
CONFIGURE_ARGS+= --with-scriptpath=${PREFIX}/bin:${PREFIX}/sbin:/usr/bin:/usr/sbin:/bin:/sbin
+CONFIGURE_ARGS+= --with-nvme-devicescan
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR}
INSTALLATION_DIRS= ${EGDIR}