3600 edit(1) is a bad .so reference
[illumos-gate.git] / usr / src / man / man3proc / Makefile
blob1d4cd7aaf55bccad90bcddb93eef82cd5528ebfd
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.
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.
13 # Copyright 2011, Richard Lowe
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
17 include $(SRC)/Makefile.master
19 MANSECT= 3proc
21 MANFILES= proc_service.3proc \
22 ps_lgetregs.3proc \
23 ps_pglobal_lookup.3proc \
24 ps_pread.3proc \
25 ps_pstop.3proc
27 MANLINKS= 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
45 ps_lgetfpregs.3proc := LINKSRC = ps_lgetregs.3proc
46 ps_lgetxregs.3proc := LINKSRC = ps_lgetregs.3proc
47 ps_lgetxregsize.3proc := LINKSRC = ps_lgetregs.3proc
48 ps_lsetfpregs.3proc := LINKSRC = ps_lgetregs.3proc
49 ps_lsetregs.3proc := LINKSRC = ps_lgetregs.3proc
50 ps_lsetxregs.3proc := LINKSRC = ps_lgetregs.3proc
52 ps_pglobal_sym.3proc := LINKSRC = ps_pglobal_lookup.3proc
54 ps_pdread.3proc := LINKSRC = ps_pread.3proc
55 ps_pdwrite.3proc := LINKSRC = ps_pread.3proc
56 ps_ptread.3proc := LINKSRC = ps_pread.3proc
57 ps_ptwrite.3proc := LINKSRC = ps_pread.3proc
58 ps_pwrite.3proc := LINKSRC = ps_pread.3proc
60 ps_kill.3proc := LINKSRC = ps_pstop.3proc
61 ps_lcontinue.3proc := LINKSRC = ps_pstop.3proc
62 ps_lrolltoaddr.3proc := LINKSRC = ps_pstop.3proc
63 ps_lstop.3proc := LINKSRC = ps_pstop.3proc
64 ps_pcontinue.3proc := LINKSRC = ps_pstop.3proc
66 .KEEP_STATE:
68 include $(SRC)/man/Makefile.man
70 install: $(ROOTMANFILES) $(ROOTMANLINKS)