diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-07-25 13:10:15 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-07-25 13:10:15 +0000 |
commit | 273e334afd7e774e20bbacf77bf9a0adf7ce6ba8 (patch) | |
tree | 29ee389410a6c00532872e7782bd2aca6eb03f80 | |
parent | 8bb62f9b32f78e8065bc6894edfd23a6c929d9d3 (diff) |
bthub for macppc, ok mk@
-rw-r--r-- | etc/etc.macppc/MAKEDEV.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.macppc/MAKEDEV.md b/etc/etc.macppc/MAKEDEV.md index c000594d94b..ae97e2e75fa 100644 --- a/etc/etc.macppc/MAKEDEV.md +++ b/etc/etc.macppc/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.29 2007/02/07 00:12:46 todd Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.30 2007/07/25 13:10:14 todd Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -80,6 +80,7 @@ _DEV(au, 44) _DEV(bio, 80) _DEV(bktr, 75) _DEV(bpf, 22) +_DEV(bthub, 81) _DEV(cry, 47) _DEV(fdesc, 21) _DEV(hotplug, 78) @@ -124,6 +125,7 @@ target(all, vnd, 0, 1, 2, 3)dnl target(all, ccd, 0, 1, 2, 3)dnl target(all, gpio, 0, 1, 2)dnl target(all, bio)dnl +target(all, bthub)dnl target(ramd, ttya, 0, 1)dnl target(ramd, ttyb, 0, 1)dnl target(ramd, pty, 0)dnl |