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 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> |