xref: /illumos-gate/usr/src/man/man5/Makefile (revision 9a686fbc186e8e2a64e9a5094d44c7d6fa0ea167)
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 (c) 2012 by Delphix. All rights reserved.
15# Copyright 2014 Nexenta Systems, Inc.
16# Copyright 2014 Garrett D'Amore <garrett@damore.org>
17# Copyright (c) 2015, Joyent, Inc.  All rights reserved.
18#
19
20include		$(SRC)/Makefile.master
21
22MANSECT=	5
23
24MANFILES=	Intro.5			\
25		acl.5			\
26		ad.5			\
27		ascii.5			\
28		attributes.5		\
29		audit_binfile.5		\
30		audit_remote.5		\
31		audit_syslog.5		\
32		brands.5		\
33		cancellation.5		\
34		charmap.5		\
35		condition.5		\
36		crypt_bsdbf.5		\
37		crypt_bsdmd5.5		\
38		crypt_sha256.5		\
39		crypt_sha512.5		\
40		crypt_sunmd5.5		\
41		crypt_unix.5		\
42		device_clean.5		\
43		dhcp.5			\
44		environ.5		\
45		epoll.5			\
46		eqn.5			\
47		eqnchar.5		\
48		eventfd.5		\
49		extendedFILE.5		\
50		filesystem.5		\
51		fnmatch.5		\
52		formats.5		\
53		fsattr.5		\
54		grub.5			\
55		gss_auth_rules.5	\
56		hal.5			\
57		iconv.5			\
58		iconv_unicode.5		\
59		ieee802.3.5		\
60		ieee802.11.5		\
61		ipfilter.5		\
62		isalist.5		\
63		kerberos.5		\
64		krb5_auth_rules.5	\
65		krb5envvar.5		\
66		largefile.5		\
67		lf64.5			\
68		lfcompile.5		\
69		lfcompile64.5		\
70		locale.5		\
71		man.5			\
72		mandoc_char.5		\
73		mandoc_roff.5		\
74		mdoc.5			\
75		me.5			\
76		mech_spnego.5		\
77		mm.5			\
78		ms.5			\
79		mutex.5			\
80		nfssec.5		\
81		pam_allow.5		\
82		pam_authtok_check.5	\
83		pam_authtok_get.5	\
84		pam_authtok_store.5	\
85		pam_deny.5		\
86		pam_dhkeys.5		\
87		pam_dial_auth.5		\
88		pam_krb5.5		\
89		pam_krb5_migrate.5	\
90		pam_ldap.5		\
91		pam_list.5		\
92		pam_passwd_auth.5	\
93		pam_rhosts_auth.5	\
94		pam_roles.5		\
95		pam_sample.5		\
96		pam_smb_passwd.5	\
97		pam_smbfs_login.5	\
98		pam_timestamp.5		\
99		pam_tsol_account.5	\
100		pam_unix_account.5	\
101		pam_unix_auth.5		\
102		pam_unix_cred.5		\
103		pam_unix_session.5	\
104		pkcs11_kernel.5		\
105		pkcs11_softtoken.5	\
106		pkcs11_tpm.5		\
107		privileges.5		\
108		prof.5			\
109		rbac.5			\
110		regex.5			\
111		regexp.5		\
112		resource_controls.5	\
113		smf.5			\
114		smf_bootstrap.5		\
115		smf_method.5		\
116		smf_restarter.5		\
117		smf_security.5		\
118		smf_template.5		\
119		standards.5		\
120		sticky.5		\
121		tbl.5			\
122		tecla.5			\
123		term.5			\
124		threads.5		\
125		timerfd.5		\
126		trusted_extensions.5	\
127		vgrindefs.5		\
128		zones.5			\
129		zpool-features.5
130
131MANLINKS=	ANSI.5		\
132		C++.5		\
133		C.5		\
134		CSI.5		\
135		ISO.5		\
136		MT-Level.5	\
137		POSIX.1.5	\
138		POSIX.2.5	\
139		POSIX.5		\
140		RBAC.5		\
141		SUS.5		\
142		SUSv2.5		\
143		SUSv3.5		\
144		SVID.5		\
145		SVID3.5		\
146		XNS.5		\
147		XNS4.5		\
148		XNS5.5		\
149		XPG.5		\
150		XPG3.5		\
151		XPG4.5		\
152		XPG4v2.5	\
153		advance.5	\
154		architecture.5	\
155		availability.5	\
156		compile.5	\
157		intro.5		\
158		pthreads.5	\
159		stability.5	\
160		standard.5	\
161		step.5		\
162		teclarc.5
163
164intro.5		:= LINKSRC = Intro.5
165
166CSI.5		:= LINKSRC = attributes.5
167MT-Level.5	:= LINKSRC = attributes.5
168architecture.5	:= LINKSRC = attributes.5
169availability.5	:= LINKSRC = attributes.5
170stability.5	:= LINKSRC = attributes.5
171standard.5	:= LINKSRC = attributes.5
172
173RBAC.5		:= LINKSRC = rbac.5
174
175advance.5	:= LINKSRC = regexp.5
176compile.5	:= LINKSRC = regexp.5
177step.5		:= LINKSRC = regexp.5
178
179ANSI.5		:= LINKSRC = standards.5
180C++.5		:= LINKSRC = standards.5
181C.5		:= LINKSRC = standards.5
182ISO.5		:= LINKSRC = standards.5
183POSIX.1.5	:= LINKSRC = standards.5
184POSIX.2.5	:= LINKSRC = standards.5
185POSIX.5		:= LINKSRC = standards.5
186SUS.5		:= LINKSRC = standards.5
187SUSv2.5		:= LINKSRC = standards.5
188SUSv3.5		:= LINKSRC = standards.5
189SVID.5		:= LINKSRC = standards.5
190SVID3.5		:= LINKSRC = standards.5
191XNS.5		:= LINKSRC = standards.5
192XNS4.5		:= LINKSRC = standards.5
193XNS5.5		:= LINKSRC = standards.5
194XPG.5		:= LINKSRC = standards.5
195XPG3.5		:= LINKSRC = standards.5
196XPG4.5		:= LINKSRC = standards.5
197XPG4v2.5	:= LINKSRC = standards.5
198
199teclarc.5	:= LINKSRC = tecla.5
200
201pthreads.5	:= LINKSRC = threads.5
202
203.KEEP_STATE:
204
205include		$(SRC)/man/Makefile.man
206
207install:	$(ROOTMANFILES) $(ROOTMANLINKS)
208