Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.i386 Create wsfont in the wscons target, so it would...
details: https://anonhg.NetBSD.org/src/rev/5da68828adbc
branches: trunk
changeset: 515069:5da68828adbc
user: veego <veego%NetBSD.org@localhost>
date: Sun Sep 16 08:19:06 2001 +0000
description:
Create wsfont in the wscons target, so it would be created during a
MAKEDEV all.
diffstat:
etc/etc.i386/MAKEDEV | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 9b4c90f10c19 -r 5da68828adbc etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV Sun Sep 16 07:53:12 2001 +0000
+++ b/etc/etc.i386/MAKEDEV Sun Sep 16 08:19:06 2001 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.145 2001/09/15 04:42:45 thorpej Exp $
+# $NetBSD: MAKEDEV,v 1.146 2001/09/16 08:19:06 veego Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -326,7 +326,7 @@
sh $0 wsmouse0 wsmouse1 wsmouse2 wsmouse3
sh $0 wskbd0 wskbd1 wskbd2 wskbd3
sh $0 ttyEcfg
- sh $0 wsmux
+ sh $0 wsfont wsmux
;;
wsmux|wsmouse|wskbd)
Home |
Main Index |
Thread Index |
Old Index