diff --git a/makefile b/makefile index 7440715..282d376 100644 --- a/makefile +++ b/makefile @@ -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