summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 751d5af..b894762 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,10 @@ CFLAGS+=-DLINUX
CFLAGS+=-D_GNU_SOURCE
endif
+ifeq ($(shell uname),GNU/kFreeBSD)
+CFLAGS+=-lbsd
+endif
+
# Define this if you want i3status to spit out dzen2-compatible output on stdout
#CFLAGS+=-DDZEN
CFLAGS+=$(EXTRA_CFLAGS)