mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
41405efa6c
A TCP preformance checking tool which also supports IPv6. PR: 54328 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: fjoe (mentor)
14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
--- 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
|
|
|