diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 04:17:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 04:17:47 +0000 |
commit | 3538eb7519b53b10e27568be043874a38008c4f1 (patch) | |
tree | 7c690684e4f4a252db6fe4be4a668fd3657b3d0f /sys/dev/microcode | |
parent | 6ee6acfa8168c437f5ad8391f65ad242f602f948 (diff) |
build & install tigon firmwares
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 57fca45c970..7d0f0b1ea99 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.1 2004/11/16 23:26:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2004/11/22 04:17:46 deraadt Exp $ -SUBDIR= atmel +SUBDIR= atmel tigon .include <bsd.subdir.mk> |