xref: /titanic_41/usr/src/test/libc-tests/tests/newlocale/Makefile (revision f6b4772895723520478c07851d85477a1824b99a)
162c3776aSGarrett D'Amore#
262c3776aSGarrett D'Amore# This file and its contents are supplied under the terms of the
362c3776aSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
462c3776aSGarrett D'Amore# You may only use this file in accordance with the terms of version
562c3776aSGarrett D'Amore# 1.0 of the CDDL.
662c3776aSGarrett D'Amore#
762c3776aSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
862c3776aSGarrett D'Amore# source.  A copy of the CDDL is also available via the Internet at
962c3776aSGarrett D'Amore# http://www.illumos.org/license/CDDL.
1062c3776aSGarrett D'Amore#
1162c3776aSGarrett D'Amore
1262c3776aSGarrett D'Amore#
1362c3776aSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
1462c3776aSGarrett D'Amore#
1562c3776aSGarrett D'Amore
16*f6b47728SGarrett D'Amoreinclude $(SRC)/Makefile.master
1762c3776aSGarrett D'Amore
1862c3776aSGarrett D'AmorePROG = newlocale_test
19*f6b47728SGarrett D'AmoreARCHPROG = newlocale_test
2062c3776aSGarrett D'Amore
21*f6b47728SGarrett D'Amoreinclude ../Makefile.com
22