summaryrefslogtreecommitdiff
path: root/lib/libc/ohash/Makefile.inc
blob: 84be3e891dfce3ec58cff501b99d37ada06f67f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $OpenBSD: Makefile.inc,v 1.2 2001/03/02 13:28:11 espie Exp $


# open hashing functions
.PATH: ${LIBCSRCDIR}/ohash

SRCS+=	ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c \
	ohash_enum.c ohash_init.c ohash_interval.c \
	ohash_lookup_interval.c ohash_lookup_memory.c \
	ohash_qlookup.c ohash_qlookupi.c

MAN+=	ohash_init.3 ohash_interval.3
MLINKS+=ohash_init.3 ohash_delete.3 \
	ohash_init.3 ohash_lookup_interval.3 \
	ohash_init.3 ohash_lookup_memory.3 \
	ohash_init.3 ohash_find.3 \
	ohash_init.3 ohash_remove.3 \
	ohash_init.3 ohash_insert.3 \
	ohash_init.3 ohash_first.3 \
	ohash_init.3 ohash_next.3 \
	ohash_init.3 ohash_entries.3 \
	ohash_interval.3 ohash_create_entry.3 \
	ohash_interval.3 ohash_qlookupi.3 \
	ohash_interval.3 ohash_qlookup.3