12d08521bSGarrett D'Amore# 22d08521bSGarrett D'Amore# This file and its contents are supplied under the terms of the 32d08521bSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0. 42d08521bSGarrett D'Amore# You may only use this file in accordance with the terms of version 52d08521bSGarrett D'Amore# 1.0 of the CDDL. 62d08521bSGarrett D'Amore# 72d08521bSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this 82d08521bSGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at 92d08521bSGarrett D'Amore# http://www.illumos.org/license/CDDL. 102d08521bSGarrett D'Amore# 112d08521bSGarrett D'Amore 122d08521bSGarrett D'Amore# 132d08521bSGarrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved. 14de572d98SGarrett D'Amore# Copyright 2015 Garrett D'Amore <garrett@damore.org> 152d08521bSGarrett D'Amore# 162d08521bSGarrett D'Amore 17*b599bd93SRobert MustacchiSUBDIRS = \ 18*b599bd93SRobert Mustacchi catopen \ 19*b599bd93SRobert Mustacchi fpround \ 20*b599bd93SRobert Mustacchi newlocale \ 21*b599bd93SRobert Mustacchi nl_langinfo \ 22*b599bd93SRobert Mustacchi priv_gettext \ 23*b599bd93SRobert Mustacchi random \ 24*b599bd93SRobert Mustacchi strerror \ 25*b599bd93SRobert Mustacchi symbols \ 26*b599bd93SRobert Mustacchi wcsrtombs \ 27*b599bd93SRobert Mustacchi wctype 282d08521bSGarrett D'Amore 29538aa54dSGarrett D'Amoreinclude $(SRC)/Makefile.master 302d08521bSGarrett D'Amoreinclude $(SRC)/test/Makefile.com 31