diff options
author | 2006-08-17 12:43:37 +0000 | |
---|---|---|
committer | 2006-08-17 12:43:37 +0000 | |
commit | d312cc9e5dbcabee3030596b230cc0c78c7ddba6 (patch) | |
tree | dad967d58defa2162b161af3bc31abd43efc189d /sys/dev/microcode | |
parent | typo in comment; from eric anderson (diff) | |
download | wireguard-openbsd-d312cc9e5dbcabee3030596b230cc0c78c7ddba6.tar.xz wireguard-openbsd-d312cc9e5dbcabee3030596b230cc0c78c7ddba6.zip |
enter rum
Diffstat (limited to 'sys/dev/microcode')
-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> |