mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
4a339d3853
real-time. PR: 24178 Submitted by: Roman Shterenzon <roman@xpert.com>
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
--- Makefile.orig Tue Jan 9 12:04:29 2001
|
|
+++ Makefile Tue Jan 9 12:04:36 2001
|
|
@@ -1,4 +1,4 @@
|
|
-CFLAGS = -Wall -fomit-frame-pointer -O9
|
|
+CFLAGS ?= -Wall -fomit-frame-pointer -O9
|
|
|
|
all: netsed
|