diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-16 00:26:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-16 00:26:10 +0000 |
commit | c625bdda10687b3a4a57e80783730067a0490964 (patch) | |
tree | 428cb1b44ec35836cf8eb2aca0a0a85eb6fbec15 | |
parent | 11e728beb4a05433ee6609291dfa3b85efc05453 (diff) |
sort
-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 e1da57ad6c1..c0984c81222 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.12 2006/01/09 20:03:37 damien Exp $ +# $OpenBSD: Makefile,v 1.13 2006/03/16 00:26:09 deraadt Exp $ -SUBDIR= atmel neomagic symbol kue typhoon uyap cirruslogic yds fxp ral +SUBDIR= atmel cirruslogic fxp kue neomagic ral symbol typhoon uyap yds .include <bsd.subdir.mk> |