summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)