xref: /illumos-gate/usr/src/man/man3slp/Makefile (revision a9478106)
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
12*a9478106SYuri Pankov#
13c10c16deSRichard Lowe# Copyright 2011, Richard Lowe
14*a9478106SYuri Pankov# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
15*a9478106SYuri Pankov#
16c10c16deSRichard Lowe
17*a9478106SYuri Pankovinclude		$(SRC)/Makefile.master
18c10c16deSRichard Lowe
19*a9478106SYuri PankovMANSECT= 	3slp
20c10c16deSRichard Lowe
21*a9478106SYuri PankovMANFILES= 	SLPClose.3slp			\
22c10c16deSRichard Lowe	 	SLPDelAttrs.3slp		\
23c10c16deSRichard Lowe	 	SLPDereg.3slp			\
24c10c16deSRichard Lowe	 	SLPEscape.3slp			\
25c10c16deSRichard Lowe	 	SLPFindAttrs.3slp		\
26c10c16deSRichard Lowe	 	SLPFindScopes.3slp		\
27c10c16deSRichard Lowe	 	SLPFindSrvTypes.3slp		\
28c10c16deSRichard Lowe	 	SLPFindSrvs.3slp		\
29c10c16deSRichard Lowe	 	SLPFree.3slp			\
30c10c16deSRichard Lowe	 	SLPGetProperty.3slp		\
31c10c16deSRichard Lowe	 	SLPGetRefreshInterval.3slp	\
32c10c16deSRichard Lowe	 	SLPOpen.3slp			\
33c10c16deSRichard Lowe	 	SLPParseSrvURL.3slp		\
34c10c16deSRichard Lowe	 	SLPReg.3slp			\
35c10c16deSRichard Lowe	 	SLPSetProperty.3slp		\
36c10c16deSRichard Lowe	 	SLPUnescape.3slp		\
37c10c16deSRichard Lowe	 	slp_api.3slp			\
38c10c16deSRichard Lowe	 	slp_strerror.3slp
39c10c16deSRichard Lowe
40c10c16deSRichard Lowe.KEEP_STATE:
41c10c16deSRichard Lowe
42*a9478106SYuri Pankovinclude		$(SRC)/man/Makefile.man
43c10c16deSRichard Lowe
44*a9478106SYuri Pankovinstall:	$(ROOTMANFILES)
45