diff options
author | Axel Beckert | 2009-08-31 19:34:57 +0200 |
---|---|---|
committer | Michael Stapelberg | 2009-09-01 12:39:49 +0200 |
commit | e565e313f79c78eb1be27ce6ea789011105cf549 (patch) | |
tree | df19e857cc3320392b60077a71ea3a9d42d9939e /Makefile | |
parent | Bugfix: Correctly terminate output if time is specified in order but no time_... (diff) |
Support for (Debian) GNU/kFreeBSD
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |