makefile: make FreeBSD build a little easier.

This commit is contained in:
Alastair Poole 2018-06-17 21:58:41 +01:00
parent 9413dedaeb
commit f0da28d92e
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ ifeq ($(OSNAME), OpenBSD)
LDFLAGS += -I/usr/local/include -L/usr/local/lib -L/usr/X11R6/lib
endif
ifeq ($(OSNAME), FreeBSD)
LDFLAGS += -L/usr/local/lib
endif
export PKGS = elementary
export LIBS