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