mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e1487b22a8
This program is an up to date version of the ttcp program. It uses inetd (or simulates its behaviour) to start off the remote side program which will send/receive data. Both sides measure the time and number of bytes transfered. The local side will print the measures. The format of the output can be specified on the commandline. PR: ports/8546
32 lines
637 B
Plaintext
32 lines
637 B
Plaintext
--- Makefile.old Wed Oct 7 15:12:25 1998
|
|
+++ Makefile Mon Dec 7 23:03:15 1998
|
|
@@ -109,12 +109,12 @@
|
|
#INC=
|
|
|
|
## For FreeBSD
|
|
-#ARCH= -DFreeBSD
|
|
-#LIB=
|
|
-#OPT= -O2
|
|
-#CC= cc
|
|
-#DBG=
|
|
-#INC=
|
|
+ARCH= -DFreeBSD
|
|
+LIB=
|
|
+OPT= -O2
|
|
+CC= cc
|
|
+DBG=
|
|
+INC=
|
|
|
|
## For SGI IRIX 5.3, 6.2 (cc or gcc)
|
|
#ARCH=
|
|
@@ -151,7 +151,8 @@
|
|
VERSION= 1.4
|
|
prefix= /usr/local/dist/DIR/nttcp-$(VERSION)
|
|
#prefix= /usr/local
|
|
-CFLAGS = $(ARCH) $(DBG) $(DEF) $(INC) $(OPT) -DVERSION=\"$(VERSION)\"
|
|
+#CFLAGS = $(ARCH) $(DBG) $(DEF) $(INC) $(OPT) -DVERSION=\"$(VERSION)\"
|
|
+CFLAGS = $(ARCH) $(CFLG) -DVERSION=\"$(VERSION)\"
|
|
LFLAGS = $(DBG)
|
|
|
|
nttcp: nttcp.o support.o
|