xref: /illumos-gate/usr/src/man/man4ipp/Makefile (revision 78a75454a34d2b5e9b2c2967ecdaf9c5d3e6b030)
1*bbf21555SRichard Lowe#
2*bbf21555SRichard Lowe# This file and its contents are supplied under the terms of the
3*bbf21555SRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4*bbf21555SRichard Lowe# You may only use this file in accordance with the terms of version
5*bbf21555SRichard Lowe# 1.0 of the CDDL.
6*bbf21555SRichard Lowe#
7*bbf21555SRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8*bbf21555SRichard Lowe# source.  A copy of the CDDL is also available via the Internet
9*bbf21555SRichard Lowe# at http://www.illumos.org/license/CDDL.
10*bbf21555SRichard Lowe#
11*bbf21555SRichard Lowe
12*bbf21555SRichard Lowe#
13*bbf21555SRichard Lowe# Copyright 2011, Richard Lowe
14*bbf21555SRichard Lowe# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
15*bbf21555SRichard Lowe#
16*bbf21555SRichard Lowe
17*bbf21555SRichard Loweinclude		$(SRC)/Makefile.master
18*bbf21555SRichard Lowe
19*bbf21555SRichard LoweMANSECT=	4ipp
20*bbf21555SRichard Lowe
21*bbf21555SRichard LoweMANFILES=	dlcosmk.4ipp	\
22*bbf21555SRichard Lowe		dscpmk.4ipp	\
23*bbf21555SRichard Lowe		flowacct.4ipp	\
24*bbf21555SRichard Lowe		ipgpc.4ipp	\
25*bbf21555SRichard Lowe		ipqos.4ipp	\
26*bbf21555SRichard Lowe		tokenmt.4ipp	\
27*bbf21555SRichard Lowe		tswtclmt.4ipp
28*bbf21555SRichard Lowe
29*bbf21555SRichard Lowe.KEEP_STATE:
30*bbf21555SRichard Lowe
31*bbf21555SRichard Loweinclude		$(SRC)/man/Makefile.man
32*bbf21555SRichard Lowe
33*bbf21555SRichard Loweinstall:	$(ROOTMANFILES)
34