41405efa6c
A TCP preformance checking tool which also supports IPv6. PR: 54328 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: fjoe (mentor)
13 lines
213 B
Text
13 lines
213 B
Text
--- Makefile.orig Tue Jul 22 21:21:57 2003
|
|
+++ Makefile Tue Jul 22 21:22:04 2003
|
|
@@ -2,8 +2,8 @@
|
|
|
|
# variables
|
|
|
|
-CC = gcc
|
|
-CFLAGS = -Wall -O2
|
|
+CC ?= gcc
|
|
+CFLAGS ?= -Wall -O2
|
|
|
|
COMMON_OBJS = error.o net6emu.o
|
|
|