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-08 12:27:27 +0100
commit1d140604fe7d4c80f32b65f2e6dda314f45c5546 (patch)
treef18e82c9f7e35cce1398a450ed60901fcc3c25e5 /shell
parentb97e3edc82714529b1259786f8caff7af3c6e1f7 (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