From e565e313f79c78eb1be27ce6ea789011105cf549 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 31 Aug 2009 19:34:57 +0200 Subject: Support for (Debian) GNU/kFreeBSD --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3