From 4fd42ec164733cf1fded577053aa6bebde932efc Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 10 Sep 2020 11:18:20 +0200 Subject: [PATCH] Adding FreeBSD note --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f35c614..c2ea8df 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ include config.mk SRC = drw.c dwm.c util.c OBJ = ${SRC:.c=.o} +# FreeBSD users, prefix all ifdef, else and endif statements with a . for this to work (e.g. .ifdef) + ifdef YAJLLIBS all: options dwm dwm-msg else