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
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
21 MANFILES
= proc_service
.3proc \
23 ps_pglobal_lookup
.3proc \
27 MANLINKS
= ps_kill
.3proc \
31 ps_lgetxregsize
.3proc \
32 ps_lrolltoaddr
.3proc \
40 ps_pglobal_sym
.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
68 include $(SRC
)/man
/Makefile.man
70 install: $(ROOTMANFILES
) $(ROOTMANLINKS
)