xref: /illumos-gate/usr/src/man/man9/Makefile (revision 08855964b9970604433f7b19dcd71cf5af5e5f14)
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#
13*08855964SRyan Zezeski# Copyright 2023 Oxide Computer Company
145a342f14SRichard Lowe# Copyright 2017, Richard Lowe
15a9478106SYuri Pankov# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
16a9478106SYuri Pankov#
17c10c16deSRichard Lowe
18a9478106SYuri Pankovinclude		$(SRC)/Makefile.master
19c10c16deSRichard Lowe
20c10c16deSRichard LoweMANSECT=	9
215a342f14SRichard LoweMANFILES=	Intro.9	\
223385b472SRobert Mustacchi		iport.9 \
23*08855964SRyan Zezeski		ktest.9 \
245a342f14SRichard Lowe		vmem.9
25c10c16deSRichard Lowe
26c10c16deSRichard Lowe
273385b472SRobert MustacchiMANLINKS=	intro.9 \
283385b472SRobert Mustacchi		iportmap.9 \
293385b472SRobert Mustacchi		phymap.9 \
303385b472SRobert Mustacchi		tgtmap.9
315a342f14SRichard Lowe
325a342f14SRichard Loweintro.9		:= LINKSRC = Intro.9
333385b472SRobert Mustacchiiportmap.9	:= LINKSRC = iport.9
343385b472SRobert Mustacchiphymap.9	:= LINKSRC = iport.9
353385b472SRobert Mustacchitgtmap.9	:= LINKSRC = iport.9
36c10c16deSRichard Lowe
37c10c16deSRichard Lowe.KEEP_STATE:
38c10c16deSRichard Lowe
39a9478106SYuri Pankovinclude		$(SRC)/man/Makefile.man
40c10c16deSRichard Lowe
415a342f14SRichard Loweinstall:	$(ROOTMANFILES) $(ROOTMANLINKS)
42