diff options
author | 2006-03-16 00:26:09 +0000 | |
---|---|---|
committer | 2006-03-16 00:26:09 +0000 | |
commit | f91e2fd932b659451f4a4a06d434ee01c2030368 (patch) | |
tree | a2f616aafb2414c44247e6bb47db15fc92d8bac9 | |
parent | Handle ^C correctly, morph it to escape key so the input (diff) | |
download | wireguard-openbsd-f91e2fd932b659451f4a4a06d434ee01c2030368.tar.xz wireguard-openbsd-f91e2fd932b659451f4a4a06d434ee01c2030368.zip |
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> |