Makefile revision b599bd937c305a895426e8c412ca920ce7824850
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore#
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore# This file and its contents are supplied under the terms of the
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore# You may only use this file in accordance with the terms of version
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore# 1.0 of the CDDL.
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore#
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore# A full copy of the text of the CDDL should have accompanied this
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore# source. A copy of the CDDL is also available via the Internet at
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore# http://www.illumos.org/license/CDDL.
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore#
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore#
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Copyright 2015 Garrett D'Amore <garrett@damore.org>
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore#
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore
b599bd937c305a895426e8c412ca920ce7824850Robert MustacchiSUBDIRS = \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi catopen \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi fpround \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi newlocale \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi nl_langinfo \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi priv_gettext \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi random \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi strerror \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi symbols \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi wcsrtombs \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi wctype
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore
538aa54d819fa7751ca82bcc30d4ed8c57ec2ef2Garrett D'Amoreinclude $(SRC)/Makefile.master
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amoreinclude $(SRC)/test/Makefile.com