summaryrefslogtreecommitdiffstats
path: root/share/man/man3/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-30 19:09:18 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-30 19:09:18 +0000
commitb0d61785cae024b1f44119446a940ee14c9ac959 (patch)
tree5a495a583b002ae9e57f09848ae697160708c220 /share/man/man3/Makefile
parentd43599f73ba5858e573c7ad8b284f6a0808c5c93 (diff)
downloadFreeBSD-src-b0d61785cae024b1f44119446a940ee14c9ac959.zip
FreeBSD-src-b0d61785cae024b1f44119446a940ee14c9ac959.tar.gz
BSD 4.4 Lite Share Sources
Diffstat (limited to 'share/man/man3/Makefile')
-rw-r--r--share/man/man3/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
new file mode 100644
index 0000000..673ff36
--- /dev/null
+++ b/share/man/man3/Makefile
@@ -0,0 +1,26 @@
+# @(#)Makefile 8.2 (Berkeley) 12/13/93
+
+MAN3= assert.0 bitstring.0 end.0 intro.0 queue.0 stdarg.0
+MLINKS+=end.3 edata.3 end.3 etext.3 moncontrol.3 monstartup.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_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
+
+all: ${MAN3}
+
+clean depend lint tags:
+
+cleandir:
+ rm -f ${MAN3}
+
+install: maninstall
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud