diff options
author | 2006-10-10 12:33:41 +0000 | |
---|---|---|
committer | 2006-10-10 12:33:41 +0000 | |
commit | a91efa4d439bfad45b72bf70ec08c858e17543dd (patch) | |
tree | 8e496606199f2f540301b4ae16ad3d2b3cdc77e1 | |
parent | get the spacing right for -ok too; i missed this in my previous commit. (diff) | |
download | wireguard-openbsd-a91efa4d439bfad45b72bf70ec08c858e17543dd.tar.xz wireguard-openbsd-a91efa4d439bfad45b72bf70ec08c858e17543dd.zip |
4 usb tty devices by default; ok msf@ marco@
-rw-r--r-- | etc/MAKEDEV.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common index d1fa3b8b29e..75d5eee02a8 100644 --- a/etc/MAKEDEV.common +++ b/etc/MAKEDEV.common @@ -1,4 +1,4 @@ -vers(a, {-$OpenBSD: MAKEDEV.common,v 1.29 2006/08/28 21:04:04 tsi Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.common,v 1.30 2006/10/10 12:33:41 todd Exp $-})dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> dnl @@ -194,7 +194,7 @@ twrget(usb, uscan, uscanner, 0)dnl target(usb, uhid, 0, 1, 2, 3)dnl target(usb, ulpt, 0, 1)dnl target(usb, ugen, 0, 1)dnl -target(usb, ttyU, 0, 1)dnl +target(usb, ttyU, 0, 1, 2, 3)dnl dnl __devitem({-uall-}, uall, All USB devices,usb)dnl _mkdev(uall, uall, {-dnl |