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 (c) 2015, Joyent, Inc. All rights reserved. 14# 15 16include $(SRC)/Makefile.master 17 18MANSECT = 3avl 19 20MANFILES = \ 21 avl_add.3avl \ 22 avl_create.3avl \ 23 avl_destroy.3avl \ 24 avl_destroy_nodes.3avl \ 25 avl_find.3avl \ 26 avl_first.3avl \ 27 avl_insert.3avl \ 28 avl_is_empty.3avl \ 29 avl_nearest.3avl \ 30 avl_numnodes.3avl \ 31 avl_swap.3avl \ 32 avl_update.3avl 33 34.KEEP_STATE: 35 36include $(SRC)/man/Makefile.man 37 38install: $(ROOTMANFILES) $(MANLINK_SRCS) 39 $(MANLINK_INSTALL) 40