diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /benchmarks/nttcp | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) | |
download | ports-a049dd78cc281272f3788b3d4689a744f774e543.tar.gz ports-a049dd78cc281272f3788b3d4689a744f774e543.zip |
Notes
Diffstat (limited to 'benchmarks/nttcp')
-rw-r--r-- | benchmarks/nttcp/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/nttcp/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index f5329b2cafd7..70717b1d6a8d 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -18,6 +18,7 @@ COMMENT= A client/server program for testing network performance ALL_TARGET= nttcp MAN1= nttcp.1 +PLIST_FILES= bin/nttcp USE_GMAKE= yes MAKE_ENV+= OPT="${CFLAGS}" diff --git a/benchmarks/nttcp/pkg-plist b/benchmarks/nttcp/pkg-plist deleted file mode 100644 index e64420d1b349..000000000000 --- a/benchmarks/nttcp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/nttcp |