aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/tcpblast
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-14 14:12:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-14 14:12:45 +0000
commit000e8742eb4a8fee1903508da03e4e7880fcdc08 (patch)
tree20a1985e26e899133ea1c7df588ff44e521ee923 /benchmarks/tcpblast
parent9ae9a60331d5c6e7f2e6c58d2dd0dd35030f2866 (diff)
downloadports-000e8742eb4a8fee1903508da03e4e7880fcdc08.tar.gz
ports-000e8742eb4a8fee1903508da03e4e7880fcdc08.zip
Notes
Diffstat (limited to 'benchmarks/tcpblast')
-rw-r--r--benchmarks/tcpblast/src/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/benchmarks/tcpblast/src/Makefile b/benchmarks/tcpblast/src/Makefile
index 42d678f5b6eb..103db01ad737 100644
--- a/benchmarks/tcpblast/src/Makefile
+++ b/benchmarks/tcpblast/src/Makefile
@@ -1,7 +1,6 @@
-PROG=tcpblast
-SRCS=tcpblast.c
-NOMAN=noman
-DESTDIR?=/usr/local
-BINDIR=/bin
+PROG= tcpblast
+SRCS= tcpblast.c
+NOMAN= yes
+BINDIR= /usr/local/bin
-.include<bsd.prog.mk>
+.include <bsd.prog.mk>