ref: 1b3dca6b7d6ac10b8bd5a09fef7e4be7ba1e3ea2
dir: /build/platform-freebsd.mk/
include build/platform-arch.mk SHAREDLIBSUFFIX = so CFLAGS += -fPIC LDFLAGS += -lpthread ifeq ($(ASM_ARCH), x86) ifeq ($(ENABLE64BIT), Yes) ASMFLAGS += -f elf64 else ASMFLAGS += -f elf endif endif