diff options
| author | joerg <joerg@NetBSD.org> | 2006-10-31 22:21:16 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2006-10-31 22:21:16 +0000 |
| commit | fc0bc19fc7abb30b8b6724f37981153db4749a2b (patch) | |
| tree | ab44da7935139485b30f7fb7664860abacae3468 /sys/dev/microcode/Makefile | |
| parent | c00bfebf76b0e93da0918bb2f48340b51f25fc78 (diff) | |
Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD.
Special thanks to Sepherosa Ziehau for helping debugging USB issues.
Hook up rum(4) for i386 config files.
Diffstat (limited to 'sys/dev/microcode/Makefile')
| -rw-r--r-- | sys/dev/microcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile index 3987b533691..2b3e3e415f6 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.5 2006/06/07 23:30:17 rpaulo Exp $ +# $NetBSD: Makefile,v 1.6 2006/10/31 22:21:17 joerg Exp $ -SUBDIR+= ral +SUBDIR+= ral rum .include <bsd.subdir.mk> |
