1# 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. 6# 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. 10# 11 12# 13# Copyright 2011, Richard Lowe 14# Copyright 2013 Nexenta Systems, Inc. All rights reserved. 15# 16 17include $(SRC)/Makefile.master 18 19MANSECT= 3picltree 20 21MANFILES= libpicltree.3picltree \ 22 picld_log.3picltree \ 23 picld_plugin_register.3picltree \ 24 ptree_add_node.3picltree \ 25 ptree_add_prop.3picltree \ 26 ptree_create_and_add_node.3picltree \ 27 ptree_create_and_add_prop.3picltree \ 28 ptree_create_node.3picltree \ 29 ptree_create_prop.3picltree \ 30 ptree_create_table.3picltree \ 31 ptree_find_node.3picltree \ 32 ptree_get_first_prop.3picltree \ 33 ptree_get_frutree_parent.3picltree \ 34 ptree_get_next_by_row.3picltree \ 35 ptree_get_node_by_path.3picltree \ 36 ptree_get_prop_by_name.3picltree \ 37 ptree_get_propinfo.3picltree \ 38 ptree_get_propinfo_by_name.3picltree \ 39 ptree_get_propval.3picltree \ 40 ptree_get_root.3picltree \ 41 ptree_init_propinfo.3picltree \ 42 ptree_post_event.3picltree \ 43 ptree_register_handler.3picltree \ 44 ptree_unregister_handler.3picltree \ 45 ptree_update_propval.3picltree \ 46 ptree_walk_tree_by_class.3picltree 47 48.KEEP_STATE: 49 50include $(SRC)/man/Makefile.man 51 52install: $(ROOTMANFILES) $(MANLINK_SRCS) 53 $(MANLINK_INSTALL) 54