summaryrefslogtreecommitdiff
path: root/include/Makefile
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 /include/Makefile
parentaef1460fb26d62736c1bc98d523e1bd996353258 (diff)
Add ohash_* functions to libc.
Ok'd deraadt@, millert@
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 87257d02f9d..f3142a26573 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.88 2000/12/18 16:51:49 brad Exp $
+# $OpenBSD: Makefile,v 1.89 2001/03/02 13:27:04 espie Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -13,7 +13,8 @@ FILES= a.out.h ar.h assert.h bitstring.h blf.h bm.h bsd_auth.h cast.h cpio.h \
fnmatch.h fstab.h fts.h glob.h grp.h ifaddrs.h inttypes.h \
iso646.h kvm.h langinfo.h libgen.h limits.h locale.h login_cap.h \
malloc.h math.h md4.h md5.h memory.h mpool.h ndbm.h netdb.h netgroup.h \
- nlist.h nl_types.h olf_abi.h paths.h poll.h pwd.h ranlib.h re_comp.h \
+ nlist.h nl_types.h ohash.h olf_abi.h paths.h poll.h pwd.h \
+ ranlib.h re_comp.h \
readpassphrase.h regex.h resolv.h rmd160.h search.h setjmp.h sgtty.h \
sha1.h skipjack.h signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h \
string.h strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \