diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-14 01:53:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-14 01:53:03 +0000 |
commit | cfecb8766c7934a7224f9cb6dcc27d56aac7d9a6 (patch) | |
tree | e582f2884d5f96bf801ef72eb8e2ab7bfcdbc026 /sys | |
parent | bc2d8a08908153b89d553b7918a1c742811425e6 (diff) |
typhoon microcode file build
Diffstat (limited to 'sys')
-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 5968248098a..e8dce9aaf95 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.4 2004/11/22 18:49:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2004/12/14 01:53:02 deraadt Exp $ -SUBDIR= atmel tigon neomagic symbol kue +SUBDIR= atmel tigon neomagic symbol kue typhoon .include <bsd.subdir.mk> |