xref: /illumos-gate/usr/src/man/man3proc/Makefile (revision 287247a826fa2ab8d01f6c8f276d405eb08420f8)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet
9# at http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2011, Richard Lowe
14# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
15#
16
17include		$(SRC)/Makefile.master
18
19MANSECT= 	3proc
20
21MANFILES=	proc_service.3proc		\
22	 	ps_lgetregs.3proc		\
23	 	ps_pglobal_lookup.3proc		\
24	 	ps_pread.3proc			\
25	 	ps_pstop.3proc
26
27MANLINKS=	ps_kill.3proc		\
28		ps_lcontinue.3proc	\
29		ps_lgetfpregs.3proc	\
30		ps_lgetxregs.3proc	\
31		ps_lgetxregsize.3proc	\
32		ps_lrolltoaddr.3proc	\
33		ps_lsetfpregs.3proc	\
34		ps_lsetregs.3proc	\
35		ps_lsetxregs.3proc	\
36		ps_lstop.3proc		\
37		ps_pcontinue.3proc	\
38		ps_pdread.3proc		\
39		ps_pdwrite.3proc	\
40		ps_pglobal_sym.3proc	\
41		ps_ptread.3proc		\
42		ps_ptwrite.3proc	\
43		ps_pwrite.3proc
44
45ps_lgetfpregs.3proc	:= LINKSRC = ps_lgetregs.3proc
46ps_lgetxregs.3proc	:= LINKSRC = ps_lgetregs.3proc
47ps_lgetxregsize.3proc	:= LINKSRC = ps_lgetregs.3proc
48ps_lsetfpregs.3proc	:= LINKSRC = ps_lgetregs.3proc
49ps_lsetregs.3proc	:= LINKSRC = ps_lgetregs.3proc
50ps_lsetxregs.3proc	:= LINKSRC = ps_lgetregs.3proc
51
52ps_pglobal_sym.3proc	:= LINKSRC = ps_pglobal_lookup.3proc
53
54ps_pdread.3proc		:= LINKSRC = ps_pread.3proc
55ps_pdwrite.3proc	:= LINKSRC = ps_pread.3proc
56ps_ptread.3proc		:= LINKSRC = ps_pread.3proc
57ps_ptwrite.3proc	:= LINKSRC = ps_pread.3proc
58ps_pwrite.3proc		:= LINKSRC = ps_pread.3proc
59
60ps_kill.3proc		:= LINKSRC = ps_pstop.3proc
61ps_lcontinue.3proc	:= LINKSRC = ps_pstop.3proc
62ps_lrolltoaddr.3proc	:= LINKSRC = ps_pstop.3proc
63ps_lstop.3proc		:= LINKSRC = ps_pstop.3proc
64ps_pcontinue.3proc	:= LINKSRC = ps_pstop.3proc
65
66.KEEP_STATE:
67
68include		$(SRC)/man/Makefile.man
69
70install:	$(ROOTMANFILES) $(ROOTMANLINKS)
71