1951 leaking a vdev when removing an l2cache device
[unleashed.git] / usr / src / man / Makefile.man
blob0c325b3ee66d692a3dc8624429a65f027eb01508
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
12 # Copyright 2011, Richard Lowe
14 ROOTMAN                 = $(ROOT)/usr/share/man
15 ROOTHASMAN              = $(ROOT)/usr/has/man
17 FILEMODE= 0444
19 # The manual section being built, client Makefiles must set this to, for e.g.
20 # "3perl", with case matching that of the section name as installed.
22 # MANSECT=
24 ROOTMANFILES =  $(MANFILES:%=$(ROOTMAN)/man$(MANSECT)/%)
26 CLOBBERFILES = $(MANSOFILES)
28 $(ROOTMAN)/man$(MANSECT)/% $(ROOTHASMAN)/man$(MANSECT)/%: %
29         $(INS.file)
31 $(MANSOFILES):
32         $(RM) $@; $(ECHO) ".so $(SOSRC)" > $@
34 all:
36 clean:
38 clobber:
39         $(RM) $(CLOBBERFILES)
41 lint:
43 .PARALLEL:
45 FRC: