mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Adding FreeBSD note
This commit is contained in:
parent
ed0e503a6b
commit
4fd42ec164
2
Makefile
2
Makefile
@ -6,6 +6,8 @@ include config.mk
|
|||||||
SRC = drw.c dwm.c util.c
|
SRC = drw.c dwm.c util.c
|
||||||
OBJ = ${SRC:.c=.o}
|
OBJ = ${SRC:.c=.o}
|
||||||
|
|
||||||
|
# FreeBSD users, prefix all ifdef, else and endif statements with a . for this to work (e.g. .ifdef)
|
||||||
|
|
||||||
ifdef YAJLLIBS
|
ifdef YAJLLIBS
|
||||||
all: options dwm dwm-msg
|
all: options dwm dwm-msg
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user