diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-17 04:15:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-17 04:15:22 +0000 |
commit | d2524a9abd45ca8fc9fe9efd8059d372570d93d7 (patch) | |
tree | 2c40bac295b009b59a7c24364b62b607fada511a /share/man/man3 | |
parent | bad7fa2a6ad2d84ee9916aac71a2ef49aa5804aa (diff) |
Add missing MLINKs
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index e65bf968df5..91d245793c6 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.10 1995/10/06 07:21:58 thorpej Exp $ +# $OpenBSD: Makefile,v 1.4 1999/11/17 04:15:04 millert 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 + bitstring.3 bit_size.3 bitstring.3 bit_test.3 bitstring.3 bit_nset.3 \ + bitstring.3 bitstr_size.3 MLINKS+=end.3 edata.3 end.3 etext.3 MLINKS+=queue.3 list_entry.3 queue.3 list_head.3 \ queue.3 list_head_initializer.3 queue.3 list_first.3 \ |