xref: /illumos-gate/usr/src/man/man3project/Makefile (revision e0731422366620894c16c1ee6515551c5f00733d)
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# Copyright 2011, Richard Lowe
13
14include ../../Makefile.master
15
16MANSECT = 	3project
17
18MANFILES = 	getprojent.3project		\
19	 	project_walk.3project		\
20	 	setproject.3project
21
22
23MANSOFILES =	endprojent.3project		\
24		fgetprojent.3project		\
25		getdefaultproj.3project		\
26		getprojbyid.3project		\
27		getprojbyname.3project		\
28		getprojidbyname.3project	\
29		inproj.3project			\
30		setprojent.3project
31
32MANFILES +=	$(MANSOFILES)
33
34endprojent.3project		:= SOSRC = man3project/getprojent.3project
35fgetprojent.3project		:= SOSRC = man3project/getprojent.3project
36getdefaultproj.3project		:= SOSRC = man3project/getprojent.3project
37getprojbyid.3project		:= SOSRC = man3project/getprojent.3project
38getprojbyname.3project		:= SOSRC = man3project/getprojent.3project
39getprojidbyname.3project	:= SOSRC = man3project/getprojent.3project
40inproj.3project			:= SOSRC = man3project/getprojent.3project
41setprojent.3project		:= SOSRC = man3project/getprojent.3project
42
43.KEEP_STATE:
44
45include ../Makefile.man
46
47install: $(ROOTMANFILES)
48