diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index cd246af8..209758fe 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -211,6 +211,9 @@ else | |||
211 | ifeq (Linux,$(TARGET_SYS)) | 211 | ifeq (Linux,$(TARGET_SYS)) |
212 | TARGET_XLIBS+= -ldl | 212 | TARGET_XLIBS+= -ldl |
213 | endif | 213 | endif |
214 | ifeq (GNU/kFreeBSD,$(TARGET_SYS)) | ||
215 | TARGET_XLIBS+= -ldl | ||
216 | endif | ||
214 | endif | 217 | endif |
215 | endif | 218 | endif |
216 | 219 | ||