aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2016-04-05 14:08:04 -0400
committerQuentin Carbonneaux <[email protected]>2016-04-05 14:08:04 -0400
commit7d37d0a7a49dca24db2dd5d8a7e0badd62de6199 (patch)
tree93f86bd24660df389b8ae5398cc90c102cd5cea0 /Makefile
parent7b3f0f8424155d4213cc8ad399fb41a4e4d64333 (diff)
yay, support freebsd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a74b44b..c442f0a 100644
--- a/Makefile
+++ b/Makefile
@@ -25,9 +25,10 @@ $(OBJ): all.h
obj/main.o: config.h
config.h:
- @case `uname` in \
- *Darwin*) echo "#define Defaultasm Gasmacho" ;; \
- *Linux*) echo "#define Defaultasm Gaself" ;; \
+ @case `uname` in \
+ *Darwin*) echo "#define Defaultasm Gasmacho" ;; \
+ *Linux*) echo "#define Defaultasm Gaself" ;; \
+ *FreeBSD*) echo "#define Defaultasm Gaself" ;; \
esac > $@
clean: