diff options
author | tobik <tobik@FreeBSD.org> | 2019-02-02 18:30:05 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-02-02 18:30:05 +0800 |
commit | 38ac8df5c3198b295332d59ccc7d48efc066a10e (patch) | |
tree | 227cb14f378dce8e6aa630f79714a3de81ee5c4a /benchmarks/netio/Makefile | |
parent | 32b866676381612550cc0e933a3166ee4e9c565a (diff) | |
download | freebsd-ports-gnome-38ac8df5c3198b295332d59ccc7d48efc066a10e.tar.gz freebsd-ports-gnome-38ac8df5c3198b295332d59ccc7d48efc066a10e.tar.zst freebsd-ports-gnome-38ac8df5c3198b295332d59ccc7d48efc066a10e.zip |
benchmarks/*: Use NO_WRKSUBDIR
Diffstat (limited to 'benchmarks/netio/Makefile')
-rw-r--r-- | benchmarks/netio/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile index 02848c9c6336..468f239e8baf 100644 --- a/benchmarks/netio/Makefile +++ b/benchmarks/netio/Makefile @@ -10,14 +10,15 @@ DISTNAME= netio132 MAINTAINER= arved@FreeBSD.org COMMENT= Network benchmark -WRKSRC= ${WRKDIR} USES= dos2unix gmake zip DOS2UNIX_FILES= Makefile netio.c + +NO_WRKSUBDIR= yes PLIST_FILES= bin/netio CFLAGS+= -DUNIX -DSOCKLEN_T LIBS+= -pthread -MAKE_ENV+= OUT=-o +MAKE_ENV= OUT=-o OPTIONS_DEFINE= IPV6 IPV6_PLIST_FILES= bin/netio6 |