xref: /illumos-gate/usr/src/man/man3project/Makefile (revision a9478106)
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 2013 Nexenta Systems, Inc.  All rights reserved.
15#
16
17include		$(SRC)/Makefile.master
18
19MANSECT= 	3project
20
21MANFILES= 	getprojent.3project		\
22	 	project_walk.3project		\
23	 	setproject.3project
24
25
26MANLINKS=	endprojent.3project		\
27		fgetprojent.3project		\
28		getdefaultproj.3project		\
29		getprojbyid.3project		\
30		getprojbyname.3project		\
31		getprojidbyname.3project	\
32		inproj.3project			\
33		setprojent.3project
34
35endprojent.3project		:= LINKSRC = getprojent.3project
36fgetprojent.3project		:= LINKSRC = getprojent.3project
37getdefaultproj.3project		:= LINKSRC = getprojent.3project
38getprojbyid.3project		:= LINKSRC = getprojent.3project
39getprojbyname.3project		:= LINKSRC = getprojent.3project
40getprojidbyname.3project	:= LINKSRC = getprojent.3project
41inproj.3project			:= LINKSRC = getprojent.3project
42setprojent.3project		:= LINKSRC = getprojent.3project
43
44.KEEP_STATE:
45
46include		$(SRC)/man/Makefile.man
47
48install:	$(ROOTMANFILES) $(ROOTMANLINKS)
49