aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/tcpblast/src/Makefile2
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>