diff --git a/Makefile b/Makefile index 769304a1fbf563e6aa3104583f12c9ffa1838f31..92dbdb153c3318005f4e6d706f9e5606e68c6ae2 100755 --- a/Makefile +++ b/Makefile @@ -109,6 +109,7 @@ CFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null CFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi) ifeq (${OSARCH},FreeBSD) CFLAGS+=-pthread +INCLUDE+=-I/usr/local/include endif ifeq (${OSARCH},OpenBSD) CFLAGS+=-pthread