mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-15 05:23:02 +01:00
5 lines
124 B
Makefile
5 lines
124 B
Makefile
# Specials options for freebsd systems
|
|
LIBS := $(filter-out ncursesw, $(LIBS))
|
|
LDFLAGS += -lncursesw
|
|
MANDIR = $(PREFIX)/man
|