diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-01-18 14:04:55 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-01-18 14:04:55 +0000 |
| commit | 673d1626c78c086f5d2186aa59400a13caffb872 (patch) | |
| tree | bd7174234b1737b4fa2244e86225f9013252e3af /sys/modules | |
| parent | 633a28478c58a3b700c0cc59bb466e5f54589b64 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 0b21ca6e02836..211c8e7508ca0 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -502,7 +502,9 @@ _ipoib= ipoib _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux +.if ${MK_OFED} != "no" _linuxapi= linuxapi +.endif _ndis= ndis .if ${MK_CDDL} != "no" || defined(ALL_MODULES) _opensolaris= opensolaris |
