Deleted Added
full compact
Makefile (33107) Makefile (48210)
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
2# $Id: Makefile,v 1.12 1997/02/22 13:24:13 peter Exp $
2# $Id: Makefile,v 1.13 1998/02/04 22:30:20 jlemon Exp $
3
4MAN3= assert.3 bitstring.3 end.3 fpgetround.3 intro.3 pthread.3 queue.3 \
5 stdarg.3 sysexits.3
6MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \
3
4MAN3= assert.3 bitstring.3 end.3 fpgetround.3 intro.3 pthread.3 queue.3 \
5 stdarg.3 sysexits.3
6MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \
7 bitstring.3 bit_decl.3 bitstring.3 bit_ffs.3 bitstring.3 bit_nclear.3 \
8 bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \
7 bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \
8 bitstring.3 bit_nclear.3 bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \
9 bitstring.3 bitstr_size.3 bitstring.3 bit_test.3
10MLINKS+=end.3 edata.3 end.3 etext.3
11MLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3
12MLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3
13MLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3
14MLINKS+=fpgetround.3 fpsetprec.3 fpgetround.3 fpgetprec.3
15MLINKS+=queue.3 SLIST_ENTRY.3 queue.3 SLIST_HEAD.3 queue.3 SLIST_INIT.3
16MLINKS+=queue.3 SLIST_INSERT_AFTER.3 queue.3 SLIST_INSERT_HEAD.3

--- 21 unchanged lines hidden ---
9 bitstring.3 bitstr_size.3 bitstring.3 bit_test.3
10MLINKS+=end.3 edata.3 end.3 etext.3
11MLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3
12MLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3
13MLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3
14MLINKS+=fpgetround.3 fpsetprec.3 fpgetround.3 fpgetprec.3
15MLINKS+=queue.3 SLIST_ENTRY.3 queue.3 SLIST_HEAD.3 queue.3 SLIST_INIT.3
16MLINKS+=queue.3 SLIST_INSERT_AFTER.3 queue.3 SLIST_INSERT_HEAD.3

--- 21 unchanged lines hidden ---