diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 05:59:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 05:59:02 +0800 |
commit | dd5def071da532bc74a9e36b5505d45375f41fca (patch) | |
tree | 1a640d3fa77c7826a197d40e5739154336829080 /benchmarks | |
parent | a062d4d037c0e4124ab12dea4aad965727c0158d (diff) | |
download | freebsd-ports-gnome-dd5def071da532bc74a9e36b5505d45375f41fca.tar.gz freebsd-ports-gnome-dd5def071da532bc74a9e36b5505d45375f41fca.tar.zst freebsd-ports-gnome-dd5def071da532bc74a9e36b5505d45375f41fca.zip |
Fix build on current
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/tcpblast/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/tcpblast/src/Makefile b/benchmarks/tcpblast/src/Makefile index 142c5158547b..068ad35579f8 100644 --- a/benchmarks/tcpblast/src/Makefile +++ b/benchmarks/tcpblast/src/Makefile @@ -1,6 +1,6 @@ PROG= tcpblast SRCS= tcpblast.c -NOMAN= yes +NO_MAN= yes BINDIR= ${PREFIX}/bin .include <bsd.prog.mk> |