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= 3cfgadm 20 21MANFILES= config_admin.3cfgadm 22 23MANLINKS= config_ap_id_cmp.3cfgadm \ 24 config_change_state.3cfgadm \ 25 config_list.3cfgadm \ 26 config_list_ext.3cfgadm \ 27 config_private_func.3cfgadm \ 28 config_stat.3cfgadm \ 29 config_strerror.3cfgadm \ 30 config_test.3cfgadm \ 31 config_unload_libs.3cfgadm 32 33config_ap_id_cmp.3cfgadm := LINKSRC = config_admin.3cfgadm 34config_change_state.3cfgadm := LINKSRC = config_admin.3cfgadm 35config_list.3cfgadm := LINKSRC = config_admin.3cfgadm 36config_list_ext.3cfgadm := LINKSRC = config_admin.3cfgadm 37config_private_func.3cfgadm := LINKSRC = config_admin.3cfgadm 38config_stat.3cfgadm := LINKSRC = config_admin.3cfgadm 39config_strerror.3cfgadm := LINKSRC = config_admin.3cfgadm 40config_test.3cfgadm := LINKSRC = config_admin.3cfgadm 41config_unload_libs.3cfgadm := LINKSRC = config_admin.3cfgadm 42 43.KEEP_STATE: 44 45include $(SRC)/man/Makefile.man 46 47install: $(ROOTMANFILES) $(ROOTMANLINKS) 48