Create /dev/iscsi0 as part of 'all'.
This commit is contained in:
parent
283eda5a32
commit
3debe0af82
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV.tmpl,v 1.154 2012/04/07 17:22:10 christos Exp $
|
||||
# $NetBSD: MAKEDEV.tmpl,v 1.155 2012/05/26 00:36:15 riz Exp $
|
||||
#
|
||||
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
@ -812,6 +812,7 @@ all)
|
||||
makedev md0 md1
|
||||
makedev raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
|
||||
makedev vnd0 vnd1 vnd2 vnd3
|
||||
makedev iscsi0
|
||||
makedev bpf npf
|
||||
makedev tun0 tun1 tun2 tun3
|
||||
makedev ipl pf crypto random
|
||||
|
Loading…
Reference in New Issue
Block a user