forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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
|
|
|