diff options
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 103db01..142c515 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> |