69f9d7e451
Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14924
10 lines
353 B
Text
10 lines
353 B
Text
--- Makefile.orig 2015-07-27 18:28:54 UTC
|
|
+++ Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-CC=gcc
|
|
-CFLAGS= -W -O2 -Wall -Wno-self-assign -Wno-unused-function
|
|
+CC?=gcc
|
|
+CFLAGS?= -W -O2 -Wall -Wno-self-assign -Wno-unused-function
|
|
DFLAGS= -D_FILE_OFFSET_BITS=64
|
|
GLIBS=-lm
|
|
GENERIC_SRC= string.h bitvec.h file_reader.h hashset.h sort.h list.h dna.h heap.h stdaln.h vector.h
|