xref: /illumos-gate/usr/src/man/man3perl/Makefile (revision c9f77c52)
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.
15*c9f77c52SAndy Stormont# Copyright (c) 2014 Racktop Systems.
16a9478106SYuri Pankov#
17c10c16deSRichard Lowe
18a9478106SYuri Pankovinclude		$(SRC)/Makefile.master
19c10c16deSRichard Lowe
20a9478106SYuri PankovMANSECT=	3perl
21c10c16deSRichard Lowe
22*c9f77c52SAndy StormontMANFILES=	Kstat.3perl			\
23c10c16deSRichard Lowe	 	Lgrp.3perl			\
24c10c16deSRichard Lowe	 	Project.3perl			\
25*c9f77c52SAndy Stormont	 	Task.3perl
26c10c16deSRichard Lowe
27c10c16deSRichard Lowe.KEEP_STATE:
28c10c16deSRichard Lowe
29a9478106SYuri Pankovinclude		$(SRC)/man/Makefile.man
30c10c16deSRichard Lowe
31*c9f77c52SAndy Stormontinstall: $(ROOTMANFILES) $(ROOTMANLINKS)
32