xref: /titanic_52/usr/src/man/man7fs/Makefile (revision ead9bb4b1be81d7bbf8ed86ee41d6c1e58b069a3)
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
12*ead9bb4bSYuri Pankov#
13c10c16deSRichard Lowe# Copyright 2011, Richard Lowe
14*ead9bb4bSYuri Pankov# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
15*ead9bb4bSYuri Pankov#
16c10c16deSRichard Lowe
17c10c16deSRichard Loweinclude ../../Makefile.master
18c10c16deSRichard Lowe
19c10c16deSRichard LoweMANSECT = 	7fs
20c10c16deSRichard Lowe
21c10c16deSRichard LoweMANFILES = 	ctfs.7fs	\
22c10c16deSRichard Lowe	 	dcfs.7fs	\
23c10c16deSRichard Lowe	 	dev.7fs		\
24c10c16deSRichard Lowe	 	devfs.7fs	\
25*ead9bb4bSYuri Pankov		fd.7fs		\
26c10c16deSRichard Lowe	 	hsfs.7fs	\
27c10c16deSRichard Lowe	 	lofs.7fs	\
28c10c16deSRichard Lowe	 	objfs.7fs	\
29c10c16deSRichard Lowe	 	pcfs.7fs	\
30c10c16deSRichard Lowe	 	sharefs.7fs	\
31c10c16deSRichard Lowe	 	smbfs.7fs	\
32c10c16deSRichard Lowe	 	tmpfs.7fs	\
33c10c16deSRichard Lowe	 	udfs.7fs	\
34c10c16deSRichard Lowe	 	ufs.7fs
35c10c16deSRichard Lowe
36*ead9bb4bSYuri PankovMANSOFILES =	stderr.7fs	\
37*ead9bb4bSYuri Pankov		stdin.7fs	\
38*ead9bb4bSYuri Pankov		stdout.7fs
39*ead9bb4bSYuri Pankov
40*ead9bb4bSYuri PankovMANFILES +=	$(MANSOFILES)
41*ead9bb4bSYuri Pankov
42*ead9bb4bSYuri Pankovstderr.7fs	:= SOSRC = man7fs/fd.7fs
43*ead9bb4bSYuri Pankovstdin.7fs	:= SOSRC = man7fs/fd.7fs
44*ead9bb4bSYuri Pankovstdout.7fs	:= SOSRC = man7fs/fd.7fs
45*ead9bb4bSYuri Pankov
46c10c16deSRichard Lowe.KEEP_STATE:
47c10c16deSRichard Lowe
48c10c16deSRichard Loweinclude ../Makefile.man
49c10c16deSRichard Lowe
50c10c16deSRichard Loweinstall: $(ROOTMANFILES)
51