xref: /illumos-gate/usr/src/man/man3scf/Makefile (revision 78a75454a34d2b5e9b2c2967ecdaf9c5d3e6b030)
1c10c16deSRichard Lowe#
2c10c16deSRichard Lowe# This file and its contents are supplied under the terms of the
3c10c16deSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4c10c16deSRichard Lowe# You may only use this file in accordance with the terms of version
5c10c16deSRichard Lowe# 1.0 of the CDDL.
6c10c16deSRichard Lowe#
7c10c16deSRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8c10c16deSRichard Lowe# source.  A copy of the CDDL is also available via the Internet
9c10c16deSRichard Lowe# at http://www.illumos.org/license/CDDL.
10c10c16deSRichard Lowe#
11c10c16deSRichard Lowe
12a9478106SYuri Pankov#
13c10c16deSRichard Lowe# Copyright 2011, Richard Lowe
14a9478106SYuri Pankov# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
158fff7887SJohn Levon# Copyright 2020 Joyent, Inc.
16a9478106SYuri Pankov#
17c10c16deSRichard Lowe
18a9478106SYuri Pankovinclude		$(SRC)/Makefile.master
19c10c16deSRichard Lowe
20c10c16deSRichard LoweMANSECT=	3scf
21c10c16deSRichard Lowe
22c10c16deSRichard LoweMANFILES=	scf_entry_create.3scf		\
23c10c16deSRichard Lowe		scf_error.3scf			\
24c10c16deSRichard Lowe		scf_handle_create.3scf		\
25c10c16deSRichard Lowe		scf_handle_decode_fmri.3scf	\
26c10c16deSRichard Lowe		scf_instance_create.3scf	\
27c10c16deSRichard Lowe		scf_iter_create.3scf		\
28c10c16deSRichard Lowe		scf_limit.3scf			\
29c10c16deSRichard Lowe		scf_pg_create.3scf		\
30c10c16deSRichard Lowe		scf_property_create.3scf	\
31c10c16deSRichard Lowe		scf_scope_create.3scf		\
32c10c16deSRichard Lowe		scf_service_create.3scf		\
33c10c16deSRichard Lowe		scf_simple_prop_get.3scf	\
34c10c16deSRichard Lowe		scf_simple_walk_instances.3scf	\
35c10c16deSRichard Lowe		scf_snaplevel_create.3scf	\
36c10c16deSRichard Lowe		scf_snapshot_create.3scf	\
37c10c16deSRichard Lowe		scf_tmpl_pg_create.3scf		\
38c10c16deSRichard Lowe		scf_tmpl_pg_name.3scf		\
39c10c16deSRichard Lowe		scf_tmpl_prop_create.3scf	\
40c10c16deSRichard Lowe		scf_tmpl_prop_name.3scf		\
41c10c16deSRichard Lowe		scf_tmpl_validate_fmri.3scf	\
42c10c16deSRichard Lowe		scf_transaction_create.3scf	\
43c10c16deSRichard Lowe		scf_value_create.3scf		\
44c10c16deSRichard Lowe		smf_enable_instance.3scf
45c10c16deSRichard Lowe
46c10c16deSRichard Lowe.KEEP_STATE:
47c10c16deSRichard Lowe
48a9478106SYuri Pankovinclude		$(SRC)/man/Makefile.man
49c10c16deSRichard Lowe
50*78a75454SPatrick Mooneyinstall:	$(ROOTMANFILES) $(MANLINK_SRCS)
51*78a75454SPatrick Mooney	$(MANLINK_INSTALL)
52