summaryrefslogtreecommitdiffstats
path: root/contrib/ofed
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-25 19:25:26 +0000
committerimp <imp@FreeBSD.org>2014-04-25 19:25:26 +0000
commit29752a1c14fb929f936f836ab478bf73f91e11cd (patch)
treee61458802aff10eb35c753f3f59363e08294bf8a /contrib/ofed
parent26f9e00af9a8dddca12a73d3ff2cb100778f4489 (diff)
downloadFreeBSD-src-29752a1c14fb929f936f836ab478bf73f91e11cd.zip
FreeBSD-src-29752a1c14fb929f936f836ab478bf73f91e11cd.tar.gz
Spell NO_PROFILE= as MK_PROFILE=no.
Diffstat (limited to 'contrib/ofed')
-rw-r--r--contrib/ofed/usr.lib/libibcm/Makefile2
-rw-r--r--contrib/ofed/usr.lib/libibcommon/Makefile2
-rw-r--r--contrib/ofed/usr.lib/libibmad/Makefile2
-rw-r--r--contrib/ofed/usr.lib/libibumad/Makefile2
-rw-r--r--contrib/ofed/usr.lib/libibverbs/Makefile2
-rw-r--r--contrib/ofed/usr.lib/libmlx4/Makefile2
-rw-r--r--contrib/ofed/usr.lib/libmthca/Makefile2
-rw-r--r--contrib/ofed/usr.lib/libopensm/Makefile2
-rw-r--r--contrib/ofed/usr.lib/libosmcomp/Makefile2
-rw-r--r--contrib/ofed/usr.lib/libosmvendor/Makefile2
-rw-r--r--contrib/ofed/usr.lib/librdmacm/Makefile2
-rw-r--r--contrib/ofed/usr.lib/libsdp/Makefile2
12 files changed, 12 insertions, 12 deletions
diff --git a/contrib/ofed/usr.lib/libibcm/Makefile b/contrib/ofed/usr.lib/libibcm/Makefile
index fd9db83..1e22dbe 100644
--- a/contrib/ofed/usr.lib/libibcm/Makefile
+++ b/contrib/ofed/usr.lib/libibcm/Makefile
@@ -12,7 +12,7 @@ IBSRCDIR= ${IBCMDIR}/src
LIB= ibcm
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= cm.c
CFLAGS+= -I ${IBCMDIR}/include
diff --git a/contrib/ofed/usr.lib/libibcommon/Makefile b/contrib/ofed/usr.lib/libibcommon/Makefile
index 7153ca1..daa1f42 100644
--- a/contrib/ofed/usr.lib/libibcommon/Makefile
+++ b/contrib/ofed/usr.lib/libibcommon/Makefile
@@ -11,7 +11,7 @@ IBSRCDIR= ${IBCOMMONDIR}/src
LIB= ibcommon
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= sysfs.c util.c hash.c stack.c time.c
diff --git a/contrib/ofed/usr.lib/libibmad/Makefile b/contrib/ofed/usr.lib/libibmad/Makefile
index 2fbb274..43c66c3 100644
--- a/contrib/ofed/usr.lib/libibmad/Makefile
+++ b/contrib/ofed/usr.lib/libibmad/Makefile
@@ -11,7 +11,7 @@ IBSRCDIR= ${IBMADDIR}/src
LIB= ibmad
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= dump.c fields.c gs.c mad.c portid.c register.c resolve.c rpc.c sa.c \
serv.c smp.c vendor.c
diff --git a/contrib/ofed/usr.lib/libibumad/Makefile b/contrib/ofed/usr.lib/libibumad/Makefile
index 2e2e258..b420b1c 100644
--- a/contrib/ofed/usr.lib/libibumad/Makefile
+++ b/contrib/ofed/usr.lib/libibumad/Makefile
@@ -11,7 +11,7 @@ IBSRCDIR= ${UMADDIR}/src
LIB= ibumad
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= umad.c
diff --git a/contrib/ofed/usr.lib/libibverbs/Makefile b/contrib/ofed/usr.lib/libibverbs/Makefile
index 8f45174..b8f73ba 100644
--- a/contrib/ofed/usr.lib/libibverbs/Makefile
+++ b/contrib/ofed/usr.lib/libibverbs/Makefile
@@ -12,7 +12,7 @@ IBMANDIR= ${IBVERBSDIR}/man
LIB= ibverbs
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= device.c init.c marshall.c verbs.c cmd.c enum_strs.c kern_abi.h \
memory.c compat-1_0.c sysfs.c
diff --git a/contrib/ofed/usr.lib/libmlx4/Makefile b/contrib/ofed/usr.lib/libmlx4/Makefile
index 0710a8a..9959ec9 100644
--- a/contrib/ofed/usr.lib/libmlx4/Makefile
+++ b/contrib/ofed/usr.lib/libmlx4/Makefile
@@ -12,7 +12,7 @@ MLXSRCDIR= ${MLX4DIR}/src
LIB= mlx4
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= buf.c cq.c dbrec.c mlx4.c qp.c srq.c verbs.c
diff --git a/contrib/ofed/usr.lib/libmthca/Makefile b/contrib/ofed/usr.lib/libmthca/Makefile
index 525b0b6..4d0c607 100644
--- a/contrib/ofed/usr.lib/libmthca/Makefile
+++ b/contrib/ofed/usr.lib/libmthca/Makefile
@@ -12,7 +12,7 @@ MTHCASRCDIR= ${MTHCADIR}/src
LIB= mthca
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= ah.c buf.c cq.c memfree.c mthca.c qp.c srq.c verbs.c
diff --git a/contrib/ofed/usr.lib/libopensm/Makefile b/contrib/ofed/usr.lib/libopensm/Makefile
index 63f6419..7d2a524 100644
--- a/contrib/ofed/usr.lib/libopensm/Makefile
+++ b/contrib/ofed/usr.lib/libopensm/Makefile
@@ -9,7 +9,7 @@ SHLIBDIR?= /usr/lib
LIB= opensm
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= osm_log.c osm_mad_pool.c osm_helper.c
diff --git a/contrib/ofed/usr.lib/libosmcomp/Makefile b/contrib/ofed/usr.lib/libosmcomp/Makefile
index be53800..373e9be 100644
--- a/contrib/ofed/usr.lib/libosmcomp/Makefile
+++ b/contrib/ofed/usr.lib/libosmcomp/Makefile
@@ -9,7 +9,7 @@ SHLIBDIR?= /usr/lib
LIB= osmcomp
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= cl_complib.c cl_dispatcher.c cl_event.c cl_event_wheel.c cl_list.c
SRCS+= cl_log.c cl_map.c cl_pool.c cl_ptr_vector.c cl_spinlock.c
diff --git a/contrib/ofed/usr.lib/libosmvendor/Makefile b/contrib/ofed/usr.lib/libosmvendor/Makefile
index f45d821..62cd8da 100644
--- a/contrib/ofed/usr.lib/libosmvendor/Makefile
+++ b/contrib/ofed/usr.lib/libosmvendor/Makefile
@@ -9,7 +9,7 @@ SHLIBDIR?= /usr/lib
LIB= osmvendor
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= osm_vendor_ibumad.c osm_vendor_ibumad_sa.c
diff --git a/contrib/ofed/usr.lib/librdmacm/Makefile b/contrib/ofed/usr.lib/librdmacm/Makefile
index e171ce8..560931f 100644
--- a/contrib/ofed/usr.lib/librdmacm/Makefile
+++ b/contrib/ofed/usr.lib/librdmacm/Makefile
@@ -12,7 +12,7 @@ RDMAMANDIR= ${RDMACMDIR}/man
LIB= rdmacm
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
SRCS= cma.c
diff --git a/contrib/ofed/usr.lib/libsdp/Makefile b/contrib/ofed/usr.lib/libsdp/Makefile
index 7886284..cae08f9 100644
--- a/contrib/ofed/usr.lib/libsdp/Makefile
+++ b/contrib/ofed/usr.lib/libsdp/Makefile
@@ -10,7 +10,7 @@ SDPDIR= ${.CURDIR}/../../libsdp/src
LIB= ibsdp
SHLIB_MAJOR= 1
-NO_PROFILE=
+MK_PROFILE= no
MAN=
SRCS= log.c match.c port.c config_parser.c config_scanner.c
OpenPOWER on IntegriCloud