diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-12-07 20:36:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-12-07 20:36:34 +0000 |
commit | b13ae6db3da8f5103aef5c2b037f866b000c9fbf (patch) | |
tree | d5847f95e62a322bfd5f3f4e0902d47b4a77c0b4 | |
parent | 37f3da0fedeb71038fd7d45275ace9cf08a40c14 (diff) |
enter afb
-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> |