aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2015-11-04 07:20:55 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2015-11-04 07:20:55 +0000
commita36eca08bbd549807428439b536fea522de0dc37 (patch)
treed184be2dacc8ca4944af23a5d4a03481bb46ebaa /usr.bin/mandoc
parenta74ada878b8d935dede80a024acd15457b968d7f (diff)
downloadsrc-a36eca08bbd549807428439b536fea522de0dc37.tar.gz
src-a36eca08bbd549807428439b536fea522de0dc37.zip
Rename libohash to libopenbsd.
libopenbsd is an internal library which to bring in compatibility stuff from OpenBSD. This will allow us to bring in more OpenBSD utilities into the FreeBSD base system. We similarly use libnetbsd for bringing in stuff from NetBSD. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D4078
Notes
Notes: svn path=/head/; revision=290351
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r--usr.bin/mandoc/Makefile4
-rw-r--r--usr.bin/mandoc/Makefile.depend2
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile
index faa46ed3bdc8..9160dc0b58f8 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -82,8 +82,8 @@ SRCS+= ${DB_SRCS}
WARNS?= 2
CFLAGS+= -DHAVE_CONFIG_H \
- -I${.CURDIR}/../../lib/libohash/ \
+ -I${.CURDIR}/../../lib/libopenbsd/ \
-I${.CURDIR}/../../contrib/sqlite3
-LIBADD= ohash sqlite3 z
+LIBADD= openbsd sqlite3 z
.include <bsd.prog.mk>
diff --git a/usr.bin/mandoc/Makefile.depend b/usr.bin/mandoc/Makefile.depend
index e3848e3fa54f..7c705f5b3c99 100644
--- a/usr.bin/mandoc/Makefile.depend
+++ b/usr.bin/mandoc/Makefile.depend
@@ -9,7 +9,7 @@ DIRDEPS = \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
- lib/libohash \
+ lib/libopenbsd \
lib/libsqlite3 \
lib/libthr \
lib/libz \