summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2010-11-04 12:24:29 +0100
committerRobert Nagy <robert@openbsd.org>2010-11-05 09:14:38 +0100
commitc541ced6e75b4208821fba3a5b92d84e66a6e2e4 (patch)
tree559d649667aec3b3897839935600990b7fe12c6e /shell
parentdfe203930433f17ab3e507dd7bf1fa755b295bac (diff)
no -ldl on OpenBSD
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/misc/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/misc/makefile.mk b/shell/source/unix/misc/makefile.mk
index 67fcc708c6..c4f3d9c495 100644
--- a/shell/source/unix/misc/makefile.mk
+++ b/shell/source/unix/misc/makefile.mk
@@ -68,7 +68,7 @@ APP1TARGET = gnome-open-url.bin
APP1OBJS = \
$(OBJ)$/gnome-open-url.obj
APP1LIBS =
-.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD"
+.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD"
APP1STDLIBS=-ldl
.ENDIF