ref: 5d616714c4cdd30287e2c6a8aa485c2fc6c68b84
parent: 1ca805cd855cb57d3dfc1604544eacfac9702728
parent: 51c121f947747699c6540b170808eb7f6a0dd994
author: Ethan Hugg <ethanhugg@gmail.com>
date: Mon Dec 16 04:37:11 EST 2013
Merge pull request #54 from rmuch/freebsd-build Add FreeBSD platform makefile
--- /dev/null
+++ b/build/platform-freebsd.mk
@@ -1,0 +1,5 @@
+ASM = nasm
+CFLAGS += -fPIC
+LDFLAGS += -lpthread
+ASMFLAGS += -f elf
+