diff options
author | thorpej <thorpej@pkgsrc.org> | 2002-04-17 21:51:35 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2002-04-17 21:51:35 +0000 |
commit | 4d2741f03e478e6a5b4aef0fb449002a9e2e9c7a (patch) | |
tree | abce1629b67d6df77af679def0806312b8775416 /benchmarks/nttcp/patches | |
parent | 5dbcacc4c50bd5b1d89f791d3e0a457ecd81b699 (diff) | |
download | pkgsrc-4d2741f03e478e6a5b4aef0fb449002a9e2e9c7a.tar.gz |
A package for the NTTCP ("New TTCP") network performance measuring tool.
Diffstat (limited to 'benchmarks/nttcp/patches')
-rw-r--r-- | benchmarks/nttcp/patches/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/nttcp/patches/patch-aa b/benchmarks/nttcp/patches/patch-aa new file mode 100644 index 00000000000..619067cd33b --- /dev/null +++ b/benchmarks/nttcp/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/04/17 21:51:35 thorpej Exp $ + +--- Makefile.orig Mon Dec 18 02:17:20 2000 ++++ Makefile Wed Apr 17 14:42:49 2002 +@@ -151,9 +151,12 @@ + VERSION= 1.47 + #prefix= /usr/local/dist/DIR/nttcp-$(VERSION) + #prefix= /usr/local +-prefix= /usr/local/opt/nttcp-$(VERSION) ++#prefix= /usr/local/opt/nttcp-$(VERSION) ++prefix= ${PREFIX} + CFLAGS = $(ARCH) $(DBG) $(DEF) $(INC) $(OPT) -DVERSION=\"$(VERSION)\" + LFLAGS = $(DBG) ++ ++all: nttcp + + nttcp: nttcp.o support.o + $(CC) $(LFLAGS) nttcp.o -o nttcp support.o $(LIB) |