summaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index c432eb02d7c..9f10501422b 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.42 1997/05/04 03:28:27 tholo Exp $
+# $OpenBSD: MAKEDEV,v 1.43 1997/05/13 05:34:52 millert Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -547,7 +547,7 @@ pctr)
local)
umask 0
- sh MAKEDEV.local
+ test -s MAKEDEV.local && sh MAKEDEV.local
;;
esac