diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 15:21:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 15:21:09 +0000 |
commit | 60de107bbd155cdd8d12785d924b9f66a424bb0a (patch) | |
tree | e0a82c84b312e4011ad49b7efac86b3372f801bf | |
parent | 5844a156c3a421f5f6299304aed52ebe119bf0a0 (diff) |
build uyap firmware
-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 e8dce9aaf95..224727e0581 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.5 2004/12/14 01:53:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2004/12/19 15:21:08 deraadt Exp $ -SUBDIR= atmel tigon neomagic symbol kue typhoon +SUBDIR= atmel tigon neomagic symbol kue typhoon uyap .include <bsd.subdir.mk> |