diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 16:06:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 16:06:24 +0000 |
commit | f4fe7b45fb7287f3698144eb4febed5b35e82ae5 (patch) | |
tree | 5233891532c990cb1d6cecb55f483199881a0ec9 /sys/dev/microcode/Makefile | |
parent | 841a14b61ad978b554ba5d007ebea2e72aef8886 (diff) |
filesystem firmware loading written over the pacific 2 weeks ago, tested
by mickey
Diffstat (limited to 'sys/dev/microcode/Makefile')
-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 224727e0581..b6f97b13c29 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.6 2004/12/19 15:21:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2004/12/19 16:06:23 deraadt Exp $ -SUBDIR= atmel tigon neomagic symbol kue typhoon uyap +SUBDIR= atmel tigon neomagic symbol kue typhoon uyap cirruslogic yds .include <bsd.subdir.mk> |