summaryrefslogtreecommitdiff
path: root/share/man/man3/Makefile
blob: 733627fd36113794d6729f8b3d997fdafa2dc12b (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
25
26
#	$NetBSD: Makefile,v 1.10 1995/10/06 07:21:58 thorpej Exp $
#	@(#)Makefile	8.2 (Berkeley) 12/13/93

MAN=	assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3
MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \
	bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \
	bitstring.3 bit_nclear.3 bitstring.3 bit_set.3 \
	bitstring.3 bit_size.3  bitstring.3 bit_test.3
MLINKS+=end.3 edata.3 end.3 etext.3
MLINKS+=queue.3 list_entry.3 queue.3 list_head.3 queue.3 list_init.3
MLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_before.3
MLINKS+=queue.3 list_insert_head.3
MLINKS+=queue.3 list_remove.3 queue.3 tailq_entry.3 queue.3 tailq_head.3
MLINKS+=queue.3 tailq_init.3 queue.3 tailq_insert_after.3
MLINKS+=queue.3 tailq_insert_before.3
MLINKS+=queue.3 tailq_insert_head.3 queue.3 tailq_insert_tail.3
MLINKS+=queue.3 tailq_remove.3 queue.3 circleq_entry.3 queue.3 circleq_head.3
MLINKS+=queue.3 circleq_init.3 queue.3 circleq_insert_after.3
MLINKS+=queue.3 circleq_insert_before.3 queue.3 circleq_insert_head.3
MLINKS+=queue.3 circleq_insert_tail.3 queue.3 circleq_remove.3
MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3
MLINKS+=stdarg.3 va_start.3
MLINKS+=dlfcn.3 dlopen.3 dlfcn.3 dlclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \
	dlfcn.3 dlerror.3

.include <bsd.prog.mk>