1*c10c16deSRichard Lowe# 2*c10c16deSRichard Lowe# This file and its contents are supplied under the terms of the 3*c10c16deSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0. 4*c10c16deSRichard Lowe# You may only use this file in accordance with the terms of version 5*c10c16deSRichard Lowe# 1.0 of the CDDL. 6*c10c16deSRichard Lowe# 7*c10c16deSRichard Lowe# A full copy of the text of the CDDL should have accompanied this 8*c10c16deSRichard Lowe# source. A copy of the CDDL is also available via the Internet 9*c10c16deSRichard Lowe# at http://www.illumos.org/license/CDDL. 10*c10c16deSRichard Lowe# 11*c10c16deSRichard Lowe 12*c10c16deSRichard Lowe# Copyright 2011, Richard Lowe 13*c10c16deSRichard Lowe 14*c10c16deSRichard Loweinclude ../../Makefile.master 15*c10c16deSRichard Lowe 16*c10c16deSRichard LoweMANSECT = 7fs 17*c10c16deSRichard Lowe 18*c10c16deSRichard LoweMANFILES = ctfs.7fs \ 19*c10c16deSRichard Lowe dcfs.7fs \ 20*c10c16deSRichard Lowe dev.7fs \ 21*c10c16deSRichard Lowe devfs.7fs \ 22*c10c16deSRichard Lowe hsfs.7fs \ 23*c10c16deSRichard Lowe lofs.7fs \ 24*c10c16deSRichard Lowe objfs.7fs \ 25*c10c16deSRichard Lowe pcfs.7fs \ 26*c10c16deSRichard Lowe sharefs.7fs \ 27*c10c16deSRichard Lowe smbfs.7fs \ 28*c10c16deSRichard Lowe tmpfs.7fs \ 29*c10c16deSRichard Lowe udfs.7fs \ 30*c10c16deSRichard Lowe ufs.7fs 31*c10c16deSRichard Lowe 32*c10c16deSRichard Lowe.KEEP_STATE: 33*c10c16deSRichard Lowe 34*c10c16deSRichard Loweinclude ../Makefile.man 35*c10c16deSRichard Lowe 36*c10c16deSRichard Loweinstall: $(ROOTMANFILES) 37*c10c16deSRichard Lowe 38*c10c16deSRichard Lowe 39