diff options
author | 2004-11-22 18:49:26 +0000 | |
---|---|---|
committer | 2004-11-22 18:49:26 +0000 | |
commit | dd313f199ff0b828ada1b1dbd2ffc34802231c85 (patch) | |
tree | 87304a724ffa8a579bb14f9f800b72cc52e41bf1 /sys/dev/microcode | |
parent | firmware loading for kue(4), tested for me by dhartmei (diff) | |
download | wireguard-openbsd-dd313f199ff0b828ada1b1dbd2ffc34802231c85.tar.xz wireguard-openbsd-dd313f199ff0b828ada1b1dbd2ffc34802231c85.zip |
enter kue & symbol
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 dbf3b29cbc5..5968248098a 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2004/11/22 04:29:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2004/11/22 18:49:26 deraadt Exp $ -SUBDIR= atmel tigon neomagic +SUBDIR= atmel tigon neomagic symbol kue .include <bsd.subdir.mk> |