build: added DragonFly BSD

Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
This commit is contained in:
Oliver Pinter 2014-03-23 19:10:13 +01:00 committed by Nguyen Anh Quynh
parent dc5a2b1cc4
commit 3bb71e735a
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S), FreeBSD)
LIBDATADIR = $(DESTDIR)$(PREFIX)/libdata
endif
ifeq ($(UNAME_S), DragonFly)
LIBDATADIR = $(DESTDIR)$(PREFIX)/libdata
endif
INSTALL_BIN ?= install
INSTALL_DATA ?= $(INSTALL_BIN) -m0644