summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2006-10-31 22:21:16 +0000
committerjoerg <joerg@NetBSD.org>2006-10-31 22:21:16 +0000
commitfc0bc19fc7abb30b8b6724f37981153db4749a2b (patch)
treeab44da7935139485b30f7fb7664860abacae3468 /sys/dev/microcode/Makefile
parentc00bfebf76b0e93da0918bb2f48340b51f25fc78 (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/Makefile4
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>