diff options
-rw-r--r-- | sys/dev/microcode/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile index ba2c1b49845..b3e7d4c6bec 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.14 2006/06/26 14:24:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2006/08/17 12:43:37 deraadt Exp $ -SUBDIR= atmel cirruslogic fxp kue neomagic ral symbol typhoon uyap yds zydas +SUBDIR= atmel cirruslogic fxp kue neomagic ral rum \ + symbol typhoon uyap yds zydas .include <bsd.subdir.mk> |