summaryrefslogtreecommitdiff
path: root/benchmarks/tcpblast/src/Makefile
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-10-06 20:02:50 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-10-06 20:02:50 +0000
commitb8859bcb27232c4ff1d65ec8d9539deb1bc4b7ab (patch)
tree919360381a64022a27e42b30b14051cd8b3ea214 /benchmarks/tcpblast/src/Makefile
parentUse ${PREFIX} instead of /usr/local (diff)
use ${PREFIX} instead of /usr/local
Notes
Notes: svn path=/head/; revision=2286
Diffstat (limited to '')
-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 103db01ad737..142c5158547b 100644
--- a/benchmarks/tcpblast/src/Makefile
+++ b/benchmarks/tcpblast/src/Makefile
@@ -1,6 +1,6 @@
PROG= tcpblast
SRCS= tcpblast.c
NOMAN= yes
-BINDIR= /usr/local/bin
+BINDIR= ${PREFIX}/bin
.include <bsd.prog.mk>