summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xtools/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/test.sh b/tools/test.sh
index 666b573..384d585 100755
--- a/tools/test.sh
+++ b/tools/test.sh
@@ -41,6 +41,9 @@ init() {
 		*OpenBSD*)
 			cc="cc -nopie"
 			;;
+		*FreeBSD*)
+			cc="cc"
+			;;
 		*)
 			cc="cc -no-pie"
 			;;