diff options
author | 2007-04-19 15:08:17 +0000 | |
---|---|---|
committer | 2007-04-19 15:08:17 +0000 | |
commit | 9452b44cd0f7e5b06620e3a4c702fa6b6d05370d (patch) | |
tree | f9b68e0c4787cc44bc1af541dde099a27c187a93 /sys/dev/microcode | |
parent | Replace the nfskevq_lock lockmgr lock with rwlock. (diff) | |
download | wireguard-openbsd-9452b44cd0f7e5b06620e3a4c702fa6b6d05370d.tar.xz wireguard-openbsd-9452b44cd0f7e5b06620e3a4c702fa6b6d05370d.zip |
descend into tht
Diffstat (limited to 'sys/dev/microcode')
-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> |