diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2009-08-31 19:34:57 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-09-01 12:39:49 +0200 |
commit | e565e313f79c78eb1be27ce6ea789011105cf549 (patch) | |
tree | df19e857cc3320392b60077a71ea3a9d42d9939e /Makefile | |
parent | 39b153fdd100088b567130a354824ef49b190009 (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) |