aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--funcs/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index 2cafa3d1a..773594c64 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -34,12 +34,6 @@ else
STANDALONE_FUNCS=$(AVAILABLE_FUNCS)
endif
-ifeq ($(findstring BSD,${OSARCH}),BSD)
- CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
- SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
-endif
-
-
FUNCS+=$(STANDALONE_FUNCS:.o=.so)
FUNC_SOURCES=$(BUILTINS:.o=.c)