If MAKEDEV.subr is updated, remember to run MAKEDEV later.
This commit is contained in:
parent
c654f7abce
commit
34b8a708b7
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: etcupdate,v 1.31 2007/02/11 15:04:17 apb Exp $
|
||||
# $NetBSD: etcupdate,v 1.32 2007/03/01 07:47:13 apb Exp $
|
||||
#
|
||||
# Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
@ -151,6 +151,9 @@ install_file() {
|
||||
/dev/MAKEDEV)
|
||||
NEED_MAKEDEV=true
|
||||
;;
|
||||
/dev/MAKEDEV.subr)
|
||||
NEED_MAKEDEV=true
|
||||
;;
|
||||
/dev/MAKEDEV.local)
|
||||
NEED_MAKEDEV=true
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user