diff options
-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 9e95eaff1bc..0efac96f81e 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.20 2009/08/25 19:11:55 mglocker Exp $ +# $OpenBSD: Makefile,v 1.21 2009/12/07 20:36:33 kettenis Exp $ -SUBDIR= atmel bnx cirruslogic fxp kue neomagic ral rum \ +SUBDIR= afb atmel bnx cirruslogic fxp kue neomagic ral rum \ symbol tigon tht tusb3410 typhoon udl uyap yds zydas .include <bsd.subdir.mk> |