summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2020-03-19 19:08:31 +0000
committermartin <martin@NetBSD.org>2020-03-19 19:08:31 +0000
commit03f488992efac64c3be5c4a24525720a60afffff (patch)
treea42687ad718301537ab997664d28070f9db5e36f /etc
parente51eac2b1c9f2f04a8122595452a8a710b584be2 (diff)
Pull up following revision(s) (requested by riastradh in ticket #783):
etc/MAKEDEV.tmpl: revision 1.216 Create /dev/ipmi0 in `MAKEDEV all'. Works on my machine with sysutils/ipmitool if the latter is built with CONFIGURE_ARGS+= --enable-intf-open.
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/MAKEDEV.tmpl b/etc/MAKEDEV.tmpl
index 64052a3954d..49e55c5a337 100644
--- a/etc/MAKEDEV.tmpl
+++ b/etc/MAKEDEV.tmpl
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.205.2.2 2019/11/10 12:58:31 martin Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.205.2.3 2020/03/19 19:08:31 martin Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -845,6 +845,7 @@ all)
makedev veriexec
makedev autofs
makedev fw0 fw1 fw2 fw3
+ makedev ipmi0
makedev local # do this last
;;