Index: stable/9/contrib/ofed/libibverbs/examples/Makefile =================================================================== --- stable/9/contrib/ofed/libibverbs/examples/Makefile (revision 276528) +++ stable/9/contrib/ofed/libibverbs/examples/Makefile (nonexistent) @@ -1,28 +0,0 @@ -CFLAGS= -I../../../../sys/ofed/include -libverbs -lmlx4 -lmthca -pthread - -all: asyncwatch devinfo device_list rc_pingpong srq_pingpong uc_pingpong ud_pingpong - -clean: - rm asyncwatch devinfo device_list rc_pingpong srq_pingpong uc_pingpong ud_pingpong - -asyncwatch: - gcc -o asyncwatch asyncwatch.c ${CFLAGS} - -devinfo: - gcc -o devinfo devinfo.c ${CFLAGS} - -device_list: - gcc -o device_list device_list.c ${CFLAGS} - -rc_pingpong: - gcc -o rc_pingpong rc_pingpong.c pingpong.c ${CFLAGS} - -srq_pingpong: - gcc -o srq_pingpong srq_pingpong.c pingpong.c ${CFLAGS} - -uc_pingpong: - gcc -o uc_pingpong uc_pingpong.c pingpong.c ${CFLAGS} - -ud_pingpong: - gcc -o ud_pingpong ud_pingpong.c pingpong.c ${CFLAGS} - Property changes on: stable/9/contrib/ofed/libibverbs/examples/Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -true \ No newline at end of property Index: stable/9/contrib/ofed/libibverbs/examples/build/Makefile =================================================================== --- stable/9/contrib/ofed/libibverbs/examples/build/Makefile (nonexistent) +++ stable/9/contrib/ofed/libibverbs/examples/build/Makefile (revision 276529) @@ -0,0 +1,4 @@ +SUBDIR= asyncwatch devinfo device_list rc_pingpong \ + srq_pingpong uc_pingpong ud_pingpong + +.include Property changes on: stable/9/contrib/ofed/libibverbs/examples/build/Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +true \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: stable/9/contrib/ofed/libibverbs/examples/build/Makefile.inc =================================================================== --- stable/9/contrib/ofed/libibverbs/examples/build/Makefile.inc (nonexistent) +++ stable/9/contrib/ofed/libibverbs/examples/build/Makefile.inc (revision 276529) @@ -0,0 +1,7 @@ +CFLAGS+= \ + -I../../../../../../sys/ofed/include \ + -I../../../../libibverbs/include \ + -I../../../../include + +LDADD+= -libverbs -lmlx4 -lmthca -pthread + Property changes on: stable/9/contrib/ofed/libibverbs/examples/build/Makefile.inc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +true \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: stable/9/contrib/ofed/libibverbs/examples/build/asyncwatch/Makefile =================================================================== --- stable/9/contrib/ofed/libibverbs/examples/build/asyncwatch/Makefile (nonexistent) +++ stable/9/contrib/ofed/libibverbs/examples/build/asyncwatch/Makefile (revision 276529) @@ -0,0 +1,9 @@ +# +# $FreeBSD$ +# +.PATH: ${.CURDIR}/../.. +PROG= asyncwatch +MAN= +SRCS= asyncwatch.c + +.include Property changes on: stable/9/contrib/ofed/libibverbs/examples/build/asyncwatch/Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +true \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: stable/9/contrib/ofed/libibverbs/examples/build/device_list/Makefile =================================================================== --- stable/9/contrib/ofed/libibverbs/examples/build/device_list/Makefile (nonexistent) +++ stable/9/contrib/ofed/libibverbs/examples/build/device_list/Makefile (revision 276529) @@ -0,0 +1,9 @@ +# +# $FreeBSD$ +# +.PATH: ${.CURDIR}/../.. +PROG= device_list +MAN= +SRCS= device_list.c + +.include Property changes on: stable/9/contrib/ofed/libibverbs/examples/build/device_list/Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +true \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: stable/9/contrib/ofed/libibverbs/examples/build/devinfo/Makefile =================================================================== --- stable/9/contrib/ofed/libibverbs/examples/build/devinfo/Makefile (nonexistent) +++ stable/9/contrib/ofed/libibverbs/examples/build/devinfo/Makefile (revision 276529) @@ -0,0 +1,9 @@ +# +# $FreeBSD$ +# +.PATH: ${.CURDIR}/../.. +PROG= devinfo +MAN= +SRCS= devinfo.c + +.include Property changes on: stable/9/contrib/ofed/libibverbs/examples/build/devinfo/Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +true \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: stable/9/contrib/ofed/libibverbs/examples/build/rc_pingpong/Makefile =================================================================== --- stable/9/contrib/ofed/libibverbs/examples/build/rc_pingpong/Makefile (nonexistent) +++ stable/9/contrib/ofed/libibverbs/examples/build/rc_pingpong/Makefile (revision 276529) @@ -0,0 +1,9 @@ +# +# $FreeBSD$ +# +.PATH: ${.CURDIR}/../.. +PROG= rc_pingpong +MAN= +SRCS= rc_pingpong.c pingpong.c + +.include Property changes on: stable/9/contrib/ofed/libibverbs/examples/build/rc_pingpong/Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +true \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: stable/9/contrib/ofed/libibverbs/examples/build/srq_pingpong/Makefile =================================================================== --- stable/9/contrib/ofed/libibverbs/examples/build/srq_pingpong/Makefile (nonexistent) +++ stable/9/contrib/ofed/libibverbs/examples/build/srq_pingpong/Makefile (revision 276529) @@ -0,0 +1,9 @@ +# +# $FreeBSD$ +# +.PATH: ${.CURDIR}/../.. +PROG= srq_pingpong +MAN= +SRCS= srq_pingpong.c pingpong.c + +.include Property changes on: stable/9/contrib/ofed/libibverbs/examples/build/srq_pingpong/Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +true \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: stable/9/contrib/ofed/libibverbs/examples/build/uc_pingpong/Makefile =================================================================== --- stable/9/contrib/ofed/libibverbs/examples/build/uc_pingpong/Makefile (nonexistent) +++ stable/9/contrib/ofed/libibverbs/examples/build/uc_pingpong/Makefile (revision 276529) @@ -0,0 +1,9 @@ +# +# $FreeBSD$ +# +.PATH: ${.CURDIR}/../.. +PROG= uc_pingpong +MAN= +SRCS= uc_pingpong.c pingpong.c + +.include Property changes on: stable/9/contrib/ofed/libibverbs/examples/build/uc_pingpong/Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +true \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: stable/9/contrib/ofed/libibverbs/examples/build/ud_pingpong/Makefile =================================================================== --- stable/9/contrib/ofed/libibverbs/examples/build/ud_pingpong/Makefile (nonexistent) +++ stable/9/contrib/ofed/libibverbs/examples/build/ud_pingpong/Makefile (revision 276529) @@ -0,0 +1,9 @@ +# +# $FreeBSD$ +# +.PATH: ${.CURDIR}/../.. +PROG= ud_pingpong +MAN= +SRCS= ud_pingpong.c pingpong.c + +.include Property changes on: stable/9/contrib/ofed/libibverbs/examples/build/ud_pingpong/Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +true \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: stable/9/contrib =================================================================== --- stable/9/contrib (revision 276528) +++ stable/9/contrib (revision 276529) Property changes on: stable/9/contrib ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head/contrib:r276238