110d63b7dSRichard Lowe# 210d63b7dSRichard Lowe# This file and its contents are supplied under the terms of the 310d63b7dSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0. 410d63b7dSRichard Lowe# You may only use this file in accordance with the terms of version 510d63b7dSRichard Lowe# 1.0 of the CDDL. 610d63b7dSRichard Lowe# 710d63b7dSRichard Lowe# A full copy of the text of the CDDL should have accompanied this 810d63b7dSRichard Lowe# source. A copy of the CDDL is also available via the Internet 910d63b7dSRichard Lowe# at http://www.illumos.org/license/CDDL. 1010d63b7dSRichard Lowe# 1110d63b7dSRichard Lowe 1210d63b7dSRichard Lowe# 1310d63b7dSRichard Lowe# Copyright 2011, Richard Lowe 1410d63b7dSRichard Lowe# Copyright 2013 Nexenta Systems, Inc. All rights reserved. 1510d63b7dSRichard Lowe# 1610d63b7dSRichard Lowe 1710d63b7dSRichard Loweinclude $(SRC)/Makefile.master 1810d63b7dSRichard Lowe 1910d63b7dSRichard LoweMANSECT= 1s 2010d63b7dSRichard Lowe 2110d63b7dSRichard Lowe.KEEP_STATE: 2210d63b7dSRichard Lowe 2310d63b7dSRichard Loweinclude $(SRC)/man/Makefile.man 2410d63b7dSRichard Lowe 25*78a75454SPatrick Mooneyinstall: $(ROOTMANFILES) $(MANLINK_SRCS) 26*78a75454SPatrick Mooney $(MANLINK_INSTALL) 27*78a75454SPatrick Mooney 28*78a75454SPatrick Mooney# Force an explicit dependency on the directory, since this section currently 29*78a75454SPatrick Mooney# lacks any files to install 30*78a75454SPatrick Mooneyinstall: $(ROOTMAN)/man$(MANSECT) 31