summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-08-17 12:43:37 +0000
committerderaadt <deraadt@openbsd.org>2006-08-17 12:43:37 +0000
commitd312cc9e5dbcabee3030596b230cc0c78c7ddba6 (patch)
treedad967d58defa2162b161af3bc31abd43efc189d /sys/dev/microcode
parenttypo in comment; from eric anderson (diff)
downloadwireguard-openbsd-d312cc9e5dbcabee3030596b230cc0c78c7ddba6.tar.xz
wireguard-openbsd-d312cc9e5dbcabee3030596b230cc0c78c7ddba6.zip
enter rum
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/Makefile5
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>