1*880d7978SAlexander Pyhalov# 2*880d7978SAlexander Pyhalov# This file and its contents are supplied under the terms of the 3*880d7978SAlexander Pyhalov# Common Development and Distribution License ("CDDL"), version 1.0. 4*880d7978SAlexander Pyhalov# You may only use this file in accordance with the terms of version 5*880d7978SAlexander Pyhalov# 1.0 of the CDDL. 6*880d7978SAlexander Pyhalov# 7*880d7978SAlexander Pyhalov# A full copy of the text of the CDDL should have accompanied this 8*880d7978SAlexander Pyhalov# source. A copy of the CDDL is also available via the Internet at 9*880d7978SAlexander Pyhalov# http://www.illumos.org/license/CDDL. 10*880d7978SAlexander Pyhalov# 11*880d7978SAlexander Pyhalov 12*880d7978SAlexander Pyhalov# 13*880d7978SAlexander Pyhalov# Copyright 2017 Alexander Pyhalov 14*880d7978SAlexander Pyhalov# 15*880d7978SAlexander Pyhalov 16*880d7978SAlexander Pyhalovinclude $(SRC)/Makefile.master.64 17*880d7978SAlexander Pyhalov 18*880d7978SAlexander PyhalovCFLAGS += -I../../inc -I. -I../../common $(C_PICFLAGS) $(GSHARED) 19*880d7978SAlexander PyhalovCFLAGS += -I$(ADJUNCT_PROTO)/usr/include 20*880d7978SAlexander Pyhalov 21*880d7978SAlexander PyhalovICONV_LIBS = $(PROGS:%=$(ICONV_DIR_64)/%) 22