diff options
Diffstat (limited to 'sys/dev')
-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 f2b75e1954c..d962524c9d9 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.16 2006/10/02 02:30:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 2007/04/19 15:08:17 dlg Exp $ SUBDIR= atmel bnx cirruslogic fxp kue neomagic ral rum \ - symbol typhoon uyap yds zydas + symbol tht typhoon uyap yds zydas .include <bsd.subdir.mk> |