diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-07-19 22:45:05 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-07-19 22:45:05 +0000 |
commit | fc09328c29fe3199eeb009e85939638c6ca8fc99 (patch) | |
tree | ee0d9e0dfebdbfd4a1d1053a5918d95b8e1c3721 /sysutils/Makefile | |
parent | 94a37adcdfd6508b785a106f45a6d3599e077dfc (diff) |
- Add a separate port for microcode updates to let people update microcode
without rebuilding the module itself.
Requested by: anholt
Notes
Notes:
svn path=/head/; revision=195920
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cc86fd5aec17..73b57a03f7e1 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -121,6 +121,7 @@ SUBDIR += detach SUBDIR += detox SUBDIR += devcpu + SUBDIR += devcpu-data SUBDIR += di SUBDIR += dim SUBDIR += dircomp |