summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-06-20 02:55:49 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-06-20 02:55:49 +0000
commita4a99ead8f4064682c6de4025c80bc6c740371d7 (patch)
tree8eb25277152d9a8457f5514dc3a10a66ae0c6a8b /Makefile
parenteba6027fcfdb6ebbc2c0df6c4f4d9660c72a3238 (diff)
downloadmandoc-a4a99ead8f4064682c6de4025c80bc6c740371d7.tar.gz
let the build system cope with the recent ohash changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f0cccbda..e23a6cef 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,10 @@ INSTALL_MAN = $(INSTALL_DATA)
DBLIB = -L/usr/local/lib -lsqlite3
DBBIN = makewhatis manpage apropos
+# OpenBSD has the ohash functions in libutil.
+# Comment the following line if your system doesn't.
+DBLIB += -lutil
+
# === END OF USER SETTINGS =============================================
ALLBIN = mandoc preconv demandoc $(DBBIN)