Make the `watchdog' device node.

This commit is contained in:
thorpej 2000-11-05 02:13:35 +00:00
parent aa52914022
commit 0c8f484437
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.125 2000/10/19 14:37:46 ad Exp $
# $NetBSD: MAKEDEV,v 1.126 2000/11/05 02:13:35 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -681,6 +681,10 @@ sysmon)
mknod sysmon c $major 0
chown root.wheel sysmon
chmod 644 sysmon
mknod watchdog c $major 1
chown root.wheel watchdog
chmod 644 watchdog
;;
scsibus*)