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