diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-17 12:43:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-17 12:43:38 +0000 |
commit | 59c4943dc98899dae195cea80039f35942a22990 (patch) | |
tree | 59aedd21ab63f0840ccc02a3eb6cd08aafee0a41 | |
parent | e8beefe77bc360e674e31c0553a4cba085b694e3 (diff) |
enter rum
-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> |