diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-08-25 19:11:56 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-08-25 19:11:56 +0000 |
commit | 5f8c06662258b3f3472b38b0a6d4fba9e519c4a0 (patch) | |
tree | 33546da3f114376d6dc3d55772eade01176416a8 | |
parent | b97ed8144bd9ced534f05cbc8f856005a1986727 (diff) |
Add dev/microcode/udl/ to build.
-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 dd7e0b9e6a3..9e95eaff1bc 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.19 2009/07/27 18:36:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.20 2009/08/25 19:11:55 mglocker Exp $ SUBDIR= atmel bnx cirruslogic fxp kue neomagic ral rum \ - symbol tigon tht tusb3410 typhoon uyap yds zydas + symbol tigon tht tusb3410 typhoon udl uyap yds zydas .include <bsd.subdir.mk> |