diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-06-20 02:55:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-06-20 02:55:49 +0000 |
commit | a4a99ead8f4064682c6de4025c80bc6c740371d7 (patch) | |
tree | 8eb25277152d9a8457f5514dc3a10a66ae0c6a8b /Makefile | |
parent | eba6027fcfdb6ebbc2c0df6c4f4d9660c72a3238 (diff) | |
download | mandoc-a4a99ead8f4064682c6de4025c80bc6c740371d7.tar.gz |
let the build system cope with the recent ohash changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |