116d86563SAlexander Pyhalov#
216d86563SAlexander Pyhalov# CDDL HEADER START
316d86563SAlexander Pyhalov#
416d86563SAlexander Pyhalov# The contents of this file are subject to the terms of the
516d86563SAlexander Pyhalov# Common Development and Distribution License (the "License").
616d86563SAlexander Pyhalov# You may not use this file except in compliance with the License.
716d86563SAlexander Pyhalov#
816d86563SAlexander Pyhalov# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
916d86563SAlexander Pyhalov# or http://www.opensolaris.org/os/licensing.
1016d86563SAlexander Pyhalov# See the License for the specific language governing permissions
1116d86563SAlexander Pyhalov# and limitations under the License.
1216d86563SAlexander Pyhalov#
1316d86563SAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each
1416d86563SAlexander Pyhalov# file and include the License file at src/OPENSOLARIS.LICENSE.
1516d86563SAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the
1616d86563SAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying
1716d86563SAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner]
1816d86563SAlexander Pyhalov#
1916d86563SAlexander Pyhalov# CDDL HEADER END
2016d86563SAlexander Pyhalov#
2116d86563SAlexander Pyhalov#
2216d86563SAlexander Pyhalov# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2316d86563SAlexander Pyhalov# Use is subject to license terms.
2416d86563SAlexander Pyhalov#
2505ede3dbSJohn Levon# Copyright (c) 2018, Joyent, Inc.
2616d86563SAlexander Pyhalov
2716d86563SAlexander PyhalovSRCS	=	iscii91%UTF-8.c \
2816d86563SAlexander Pyhalov		UTF-8%iscii91.c \
2916d86563SAlexander Pyhalov		iscii91%pc-iscii.c \
3016d86563SAlexander Pyhalov		pc-iscii%iscii91.c \
3116d86563SAlexander Pyhalov		iscii91%ea-iscii.c \
3216d86563SAlexander Pyhalov		ea-iscii%iscii91.c
3316d86563SAlexander Pyhalov
3416d86563SAlexander Pyhalovdummy: all
3516d86563SAlexander Pyhalov
3616d86563SAlexander Pyhalovinclude $(SRC)/lib/iconv_modules/Makefile.iconv
3716d86563SAlexander Pyhalov
38*84d9cd0fSToomas SoomeCPPFLAGS += -I../include
3916d86563SAlexander Pyhalov
4005ede3dbSJohn Levon# needs work
4105ede3dbSJohn LevonSMOFF += index_overflow
4205ede3dbSJohn Levon
4316d86563SAlexander Pyhalovall: $(PROGS)
44