1*538aa54dSGarrett D'Amore#
2*538aa54dSGarrett D'Amore# This file and its contents are supplied under the terms of the
3*538aa54dSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
4*538aa54dSGarrett D'Amore# You may only use this file in accordance with the terms of version
5*538aa54dSGarrett D'Amore# 1.0 of the CDDL.
6*538aa54dSGarrett D'Amore#
7*538aa54dSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
8*538aa54dSGarrett D'Amore# source.  A copy of the CDDL is also available via the Internet at
9*538aa54dSGarrett D'Amore# http://www.illumos.org/license/CDDL.
10*538aa54dSGarrett D'Amore#
11*538aa54dSGarrett D'Amore
12*538aa54dSGarrett D'Amore#
13*538aa54dSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
14*538aa54dSGarrett D'Amore#
15*538aa54dSGarrett D'Amore
16*538aa54dSGarrett D'Amoreinclude $(SRC)/Makefile.master
17*538aa54dSGarrett D'Amore
18*538aa54dSGarrett D'AmorePROG = nl_langinfo_test
19*538aa54dSGarrett D'AmoreARCHPROG = nl_langinfo_test
20*538aa54dSGarrett D'Amore
21*538aa54dSGarrett D'Amoreinclude ../Makefile.com
22