xref: /illumos-gate/usr/src/man/man7/Makefile (revision ac2250cb76bb32944fd2c8a3ba2cd3f79747748d)
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# Copyright 2018 Gary Mills
19# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
20# Copyright 2019 Peter Tribble
21#
22
23include		$(SRC)/Makefile.master
24
25MANSECT=	7
26
27_MANFILES=	Intro.7			\
28		acl.7			\
29		ad.7			\
30		ascii.7			\
31		attributes.7		\
32		audit_binfile.7		\
33		audit_remote.7		\
34		audit_syslog.7		\
35		brands.7		\
36		byteorder.7		\
37		cancellation.7		\
38		charmap.7		\
39		condition.7		\
40		crypt_bsdbf.7		\
41		crypt_bsdmd5.7		\
42		crypt_sha256.7		\
43		crypt_sha512.7		\
44		crypt_sunmd5.7		\
45		crypt_unix.7		\
46		device_clean.7		\
47		dhcp.7			\
48		environ.7		\
49		epoll.7			\
50		eqn.7			\
51		eqnchar.7		\
52		eventfd.7		\
53		extendedFILE.7		\
54		filesystem.7		\
55		fnmatch.7		\
56		formats.7		\
57		fsattr.7		\
58		gpio.7			\
59		grub.7			\
60		gss_auth_rules.7	\
61		hal.7			\
62		iconv.7			\
63		iconv_unicode.7		\
64		ieee802.3.7		\
65		ieee802.11.7		\
66		ipfilter.7		\
67		isalist.7		\
68		kerberos.7		\
69		krb5_auth_rules.7	\
70		krb5envvar.7		\
71		largefile.7		\
72		lf64.7			\
73		lfcompile.7		\
74		lfcompile64.7		\
75		locale.7		\
76		man.7			\
77		mandoc_char.7		\
78		mandoc_roff.7		\
79		mansun.7		\
80		mdoc.7			\
81		me.7			\
82		mech_spnego.7		\
83		mm.7			\
84		ms.7			\
85		mutex.7			\
86		nfssec.7		\
87		overlay.7		\
88		pam_allow.7		\
89		pam_authtok_check.7	\
90		pam_authtok_get.7	\
91		pam_authtok_store.7	\
92		pam_deny.7		\
93		pam_dhkeys.7		\
94		pam_dial_auth.7		\
95		pam_krb5.7		\
96		pam_krb5_migrate.7	\
97		pam_ldap.7		\
98		pam_list.7		\
99		pam_passwd_auth.7	\
100		pam_rhosts_auth.7	\
101		pam_roles.7		\
102		pam_sample.7		\
103		pam_smb_passwd.7	\
104		pam_smbfs_login.7	\
105		pam_timestamp.7		\
106		pam_tsol_account.7	\
107		pam_unix_account.7	\
108		pam_unix_auth.7		\
109		pam_unix_cred.7		\
110		pam_unix_session.7	\
111		pkcs11_kernel.7		\
112		pkcs11_softtoken.7	\
113		pkcs11_tpm.7		\
114		privileges.7		\
115		prof.7			\
116		rbac.7			\
117		regex.7			\
118		regexp.7		\
119		resource_controls.7	\
120		security-flags.7	\
121		smf.7			\
122		smf_bootstrap.7		\
123		smf_method.7		\
124		smf_restarter.7		\
125		smf_security.7		\
126		smf_template.7		\
127		standards.7		\
128		sticky.7		\
129		style.7			\
130		tbl.7			\
131		tecla.7			\
132		term.7			\
133		threads.7		\
134		timerfd.7		\
135		trusted_extensions.7	\
136		vgrindefs.7		\
137		zones.7			\
138		zpool-features.7
139
140i386_MANFILES=	beastie.4th.7		\
141		brand.4th.7		\
142		check-password.4th.7	\
143		color.4th.7		\
144		delay.4th.7		\
145		gptzfsboot.7		\
146		isoboot.7		\
147		loader.7		\
148		loader.4th.7		\
149		menu.4th.7		\
150		menusets.4th.7		\
151		pxeboot.7		\
152		version.4th.7
153
154MANFILES=	$(_MANFILES) $($(MACH)_MANFILES)
155
156.KEEP_STATE:
157
158include		$(SRC)/man/Makefile.man
159
160install:	$(ROOTMANFILES) $(MANLINK_SRCS)
161	$(MANLINK_INSTALL)
162