NetBSD/share/man/man3/Makefile

19 lines
910 B
Makefile
Raw Normal View History

1993-07-31 19:27:53 +04:00
# from: @(#)Makefile 5.16.1.1 (Berkeley) 5/7/91
1993-12-21 04:55:03 +03:00
# $Id: Makefile,v 1.5 1993/12/21 01:59:29 cgd Exp $
1993-03-21 12:45:37 +03:00
1993-12-21 04:55:03 +03:00
MAN3= assert.0 bitstring.0 end.0 intro.0 queue.0 stdarg.0
1993-03-21 12:45:37 +03:00
MLINKS+=end.3 edata.3 end.3 etext.3
1993-12-21 04:55:03 +03:00
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_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_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
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>