summaryrefslogtreecommitdiff
path: root/lib/libc/Makefile.inc
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-03-02 13:27:09 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-03-02 13:27:09 +0000
commit45a89359472da70a5cf928a5e7626c195ed4ed59 (patch)
treec03358d8f0f88a414b6f6c35dea2c4d24d7bbf9f /lib/libc/Makefile.inc
parentaef1460fb26d62736c1bc98d523e1bd996353258 (diff)
Add ohash_* functions to libc.
Ok'd deraadt@, millert@
Diffstat (limited to 'lib/libc/Makefile.inc')
-rw-r--r--lib/libc/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc
index 72ecb7fa6d1..c9f6ddef254 100644
--- a/lib/libc/Makefile.inc
+++ b/lib/libc/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.3 2000/09/03 18:41:13 espie Exp $
+# $OpenBSD: Makefile.inc,v 1.4 2001/03/02 13:27:05 espie Exp $
#
# This file contains make rules that are shared by libc and libc_r.
#
@@ -35,6 +35,7 @@ AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include
.include "${LIBCSRCDIR}/md/Makefile.inc"
.include "${LIBCSRCDIR}/net/Makefile.inc"
.include "${LIBCSRCDIR}/nls/Makefile.inc"
+.include "${LIBCSRCDIR}/ohash/Makefile.inc"
.if (${MACHINE_ARCH} != "alpha")
.include "${LIBCSRCDIR}/quad/Makefile.inc"
.endif