xref: /illumos-gate/usr/src/man/man4fs/Makefile (revision 78a75454a34d2b5e9b2c2967ecdaf9c5d3e6b030)
1bbf21555SRichard Lowe#
2bbf21555SRichard Lowe# This file and its contents are supplied under the terms of the
3bbf21555SRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4bbf21555SRichard Lowe# You may only use this file in accordance with the terms of version
5bbf21555SRichard Lowe# 1.0 of the CDDL.
6bbf21555SRichard Lowe#
7bbf21555SRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8bbf21555SRichard Lowe# source.  A copy of the CDDL is also available via the Internet
9bbf21555SRichard Lowe# at http://www.illumos.org/license/CDDL.
10bbf21555SRichard Lowe#
11bbf21555SRichard Lowe
12bbf21555SRichard Lowe#
13bbf21555SRichard Lowe# Copyright 2011, Richard Lowe
14bbf21555SRichard Lowe# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
15bbf21555SRichard Lowe# Copyright 2014 Joyent, Inc.
16bbf21555SRichard Lowe#
17bbf21555SRichard Lowe
18bbf21555SRichard Loweinclude		$(SRC)/Makefile.master
19bbf21555SRichard Lowe
20bbf21555SRichard LoweMANSECT=	4fs
21bbf21555SRichard Lowe
22bbf21555SRichard LoweMANFILES=	bootfs.4fs	\
23bbf21555SRichard Lowe		ctfs.4fs	\
24bbf21555SRichard Lowe		dcfs.4fs	\
25bbf21555SRichard Lowe		dev.4fs		\
26bbf21555SRichard Lowe		devfs.4fs	\
27bbf21555SRichard Lowe		fd.4fs		\
28bbf21555SRichard Lowe		hsfs.4fs	\
29bbf21555SRichard Lowe		lofs.4fs	\
30bbf21555SRichard Lowe		objfs.4fs	\
31bbf21555SRichard Lowe		pcfs.4fs	\
32bbf21555SRichard Lowe		sharefs.4fs	\
33bbf21555SRichard Lowe		smbfs.4fs	\
34bbf21555SRichard Lowe		tmpfs.4fs	\
35bbf21555SRichard Lowe		udfs.4fs	\
36bbf21555SRichard Lowe		ufs.4fs
37bbf21555SRichard Lowe
38bbf21555SRichard Lowe.KEEP_STATE:
39bbf21555SRichard Lowe
40bbf21555SRichard Loweinclude		$(SRC)/man/Makefile.man
41bbf21555SRichard Lowe
42*78a75454SPatrick Mooneyinstall:	$(ROOTMANFILES) $(MANLINK_SRCS)
43*78a75454SPatrick Mooney	$(MANLINK_INSTALL)
44