forked from Lainports/opnsense-ports
13 lines
374 B
Text
13 lines
374 B
Text
--- backend/src/c/tools/GNUmakefile.orig 2015-02-20 13:02:20 UTC
|
|
+++ backend/src/c/tools/GNUmakefile
|
|
@@ -20,8 +20,8 @@
|
|
# Contributor(s): AGNITAS AG.
|
|
##################################################################################
|
|
|
|
-CC = gcc
|
|
-CFLAGS = -I../lib
|
|
+CC?= gcc
|
|
+CFLAGS+= -I../lib
|
|
LDFLAGS = -L../lib
|
|
LIBS = -lagn
|
|
SQCTRL = qctrl.c qlib.c qmove.c qstat.c
|