Adding FreeBSD note

This commit is contained in:
bakkeby 2020-09-10 11:18:20 +02:00
parent ed0e503a6b
commit 4fd42ec164

View File

@ -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