summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-11-04 07:20:55 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-11-04 07:20:55 +0000
commitcdebd1493781d90cea8fff176eb886cd1ac46fa5 (patch)
treed184be2dacc8ca4944af23a5d4a03481bb46ebaa /lib
parent0974676404a428964d36967cf69f12e677a77038 (diff)
downloadFreeBSD-src-cdebd1493781d90cea8fff176eb886cd1ac46fa5.zip
FreeBSD-src-cdebd1493781d90cea8fff176eb886cd1ac46fa5.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
-rw-r--r--lib/libopenbsd/Makefile (renamed from lib/libohash/Makefile)2
-rw-r--r--lib/libopenbsd/Makefile.depend (renamed from lib/libohash/Makefile.depend)0
-rw-r--r--lib/libopenbsd/ohash.c (renamed from lib/libohash/ohash.c)0
-rw-r--r--lib/libopenbsd/ohash.h (renamed from lib/libohash/ohash.h)0
-rw-r--r--lib/libopenbsd/ohash_init.3 (renamed from lib/libohash/ohash_init.3)0
-rw-r--r--lib/libopenbsd/ohash_interval.3 (renamed from lib/libohash/ohash_interval.3)0
7 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index a3321af..38003b8 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -75,7 +75,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
${_libnetgraph} \
${_libngatm} \
libnv \
- libohash \
+ libopenbsd \
libopie \
libpam \
libpcap \
diff --git a/lib/libohash/Makefile b/lib/libopenbsd/Makefile
index 198093e..33b9ff0 100644
--- a/lib/libohash/Makefile
+++ b/lib/libopenbsd/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-LIB= ohash
+LIB= openbsd
SRCS= ohash.c
INTERNALLIB=
diff --git a/lib/libohash/Makefile.depend b/lib/libopenbsd/Makefile.depend
index 18be76b..18be76b 100644
--- a/lib/libohash/Makefile.depend
+++ b/lib/libopenbsd/Makefile.depend
diff --git a/lib/libohash/ohash.c b/lib/libopenbsd/ohash.c
index 3a0f5dd..3a0f5dd 100644
--- a/lib/libohash/ohash.c
+++ b/lib/libopenbsd/ohash.c
diff --git a/lib/libohash/ohash.h b/lib/libopenbsd/ohash.h
index ff21c85..ff21c85 100644
--- a/lib/libohash/ohash.h
+++ b/lib/libopenbsd/ohash.h
diff --git a/lib/libohash/ohash_init.3 b/lib/libopenbsd/ohash_init.3
index 184c4e3..184c4e3 100644
--- a/lib/libohash/ohash_init.3
+++ b/lib/libopenbsd/ohash_init.3
diff --git a/lib/libohash/ohash_interval.3 b/lib/libopenbsd/ohash_interval.3
index 3809c34..3809c34 100644
--- a/lib/libohash/ohash_interval.3
+++ b/lib/libopenbsd/ohash_interval.3
OpenPOWER on IntegriCloud