diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2013-11-07 19:40:52 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2013-11-07 19:40:52 +0000 |
| commit | 088222a33055df5e6a90609dd9a8a41a3ea78121 (patch) | |
| tree | 94d8f3806a5647ac8507718505b7fcb335835600 | |
| parent | f478527d75ac7a613244b75284cc807134f26d03 (diff) | |
Notes
| -rw-r--r-- | sys/modules/iwnfw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/iwnfw/Makefile b/sys/modules/iwnfw/Makefile index 9075edb30c66..173fbfbd02eb 100644 --- a/sys/modules/iwnfw/Makefile +++ b/sys/modules/iwnfw/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= iwn1000 iwn4965 iwn5000 iwn5150 iwn6000 iwn6000g2a iwn6000g2b iwn6050 iwn2030 +SUBDIR= iwn1000 iwn4965 iwn5000 iwn5150 iwn6000 iwn6000g2a iwn6000g2b iwn6050 iwn2000 iwn2030 .include <bsd.subdir.mk> |
