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= 3devinfo 20 21MANFILES= di_binding_name.3devinfo \ 22 di_child_node.3devinfo \ 23 di_devfs_path.3devinfo \ 24 di_devlink_dup.3devinfo \ 25 di_devlink_init.3devinfo \ 26 di_devlink_path.3devinfo \ 27 di_devlink_walk.3devinfo \ 28 di_init.3devinfo \ 29 di_link_next_by_node.3devinfo \ 30 di_link_spectype.3devinfo \ 31 di_lnode_name.3devinfo \ 32 di_lnode_next.3devinfo \ 33 di_minor_devt.3devinfo \ 34 di_minor_next.3devinfo \ 35 di_node_private_set.3devinfo \ 36 di_path_bus_addr.3devinfo \ 37 di_path_client_next_path.3devinfo \ 38 di_path_prop_bytes.3devinfo \ 39 di_path_prop_lookup_bytes.3devinfo \ 40 di_path_prop_next.3devinfo \ 41 di_prom_init.3devinfo \ 42 di_prom_prop_data.3devinfo \ 43 di_prom_prop_lookup_bytes.3devinfo \ 44 di_prop_bytes.3devinfo \ 45 di_prop_lookup_bytes.3devinfo \ 46 di_prop_next.3devinfo \ 47 di_walk_link.3devinfo \ 48 di_walk_lnode.3devinfo \ 49 di_walk_minor.3devinfo \ 50 di_walk_node.3devinfo 51 52.KEEP_STATE: 53 54include $(SRC)/man/Makefile.man 55 56install: $(ROOTMANFILES) $(MANLINK_SRCS) 57 $(MANLINK_INSTALL) 58