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