diff options
author | markm <markm@FreeBSD.org> | 2014-11-01 17:52:04 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2014-11-01 17:52:04 +0000 |
commit | c3198cc7ab07932eb39344dc2399b5d45f220ad9 (patch) | |
tree | 0988eba43f3c8d52713ae196e3295f81df12f2fe | |
parent | 7f45fd4285f093e1bc42f1d9253689c951802cd7 (diff) | |
download | FreeBSD-src-c3198cc7ab07932eb39344dc2399b5d45f220ad9.zip FreeBSD-src-c3198cc7ab07932eb39344dc2399b5d45f220ad9.tar.gz |
Remove duplicate macro settings (probably due to an SVN merge /faux pas/ on my part.
Spotted by: DES
Approved by: DES(implicit)
-rw-r--r-- | sys/modules/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index fa956df..2be703d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -606,17 +606,6 @@ _x86bios= x86bios _ixl= ixl _ixlv= ixlv _ntb= ntb -_nvd= nvd -_nvme= nvme -_nvram= nvram -_nxge= nxge -.if ${MK_CDDL} != "no" || defined(ALL_MODULES) -_opensolaris= opensolaris -.endif -.if ${MK_CRYPT} != "no" || defined(ALL_MODULES) -_padlock= padlock -.endif -_pccard= pccard _qlxge= qlxge _qlxgb= qlxgb _qlxgbe= qlxgbe |