diff options
| author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-07-03 09:45:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 09:45:19 +0200 |
| commit | 509b991607b7e991057c81e9aa06236b3ce05c53 (patch) | |
| tree | f3c3c2afb70d89d39bc81a695de2f589ea6f4c34 /libtokencap/Makefile | |
| parent | 00abb999e3c051c5c7c6349c385d77d25dea8e7f (diff) | |
| parent | c671ecb5110b10a66e29f1605fe0abfd63a19468 (diff) | |
| download | afl++-509b991607b7e991057c81e9aa06236b3ce05c53.tar.gz | |
Merge pull request #435 from devnexen/libtokencap_solaris
libtokencap illumos/solaris support proposal.
Diffstat (limited to 'libtokencap/Makefile')
| -rw-r--r-- | libtokencap/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libtokencap/Makefile b/libtokencap/Makefile index 63b87bb0..8bdfa5ac 100644 --- a/libtokencap/Makefile +++ b/libtokencap/Makefile @@ -35,13 +35,14 @@ _UNIQ=_QINU_ _____OS_DL = $(____OS_DL:$(_UNIQ)$(UNAME_S)=) ______OS_DL = $(_____OS_DL:$(_UNIQ)="-ldl") - _OS_TARGET = $(____OS_DL:$(_UNIQ)FreeBSD=$(_UNIQ)) - __OS_TARGET = $(_OS_TARGET:$(_UNIQ)OpenBSD=$(_UNIQ)) - ___OS_TARGET = $(__OS_TARGET:$(_UNIQ)NetBSD=$(_UNIQ)) - ____OS_TARGET = $(___OS_TARGET:$(_UNIQ)Haiku=$(_UNIQ)) -_____OS_TARGET = $(___OS_TARGET:$(_UNIQ)$(UNAME_S)=) + _OS_TARGET = $(____OS_DL:$(_UNIQ)FreeBSD=$(_UNIQ)) + __OS_TARGET = $(_OS_TARGET:$(_UNIQ)OpenBSD=$(_UNIQ)) + ___OS_TARGET = $(__OS_TARGET:$(_UNIQ)NetBSD=$(_UNIQ)) + ____OS_TARGET = $(___OS_TARGET:$(_UNIQ)Haiku=$(_UNIQ)) + _____OS_TARGET = $(____OS_TARGET:$(_UNIQ)SunOS=$(_UNIQ)) +______OS_TARGET = $(____OS_TARGET:$(_UNIQ)$(UNAME_S)=) -TARGETS = $(____OS_TARGET:$(_UNIQ)=libtokencap.so) +TARGETS = $(_____OS_TARGET:$(_UNIQ)=libtokencap.so) LDFLAGS += $(______OS_DL) |
