summaryrefslogtreecommitdiff
path: root/shell/source
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
commit2c697fe0ca596e260bfad5c95cc2875ac8ec3f60 (patch)
tree79a6838ad7f770e0bbb6e32399f785ff2ba8f613 /shell/source
parentb99dce8d43bbf394063224074c2f1a645f49d518 (diff)
no -ldl on OpenBSD
Diffstat (limited to 'shell/source')
-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 67fcc708c615..c4f3d9c49551 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