diff options
author | John Levon <john.levon@joyent.com> | 2018-12-12 17:14:02 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-12-12 17:14:02 +0000 |
commit | a73e3b64ee0001a3a427ff5243d364b4de1b2aa2 (patch) | |
tree | b5c840468f848da0c2f03c2599b8623f393ee72d /usr/src/lib/iconv_modules/ko | |
parent | 0381111d9dabe1c1f33e656a47ee6c91c399c7e5 (diff) | |
download | illumos-joyent-smatch.tar.gz |
last fixes hopefullysmatch
Diffstat (limited to 'usr/src/lib/iconv_modules/ko')
-rw-r--r-- | usr/src/lib/iconv_modules/ko/Makefile.com | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/lib/iconv_modules/ko/Makefile.com b/usr/src/lib/iconv_modules/ko/Makefile.com index 252771e423..25ae7bb98e 100644 --- a/usr/src/lib/iconv_modules/ko/Makefile.com +++ b/usr/src/lib/iconv_modules/ko/Makefile.com @@ -22,6 +22,8 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. + include $(SRC)/lib/iconv_modules/Makefile.iconv @@ -92,6 +94,9 @@ ALL_SOS = $(E2I) $(I2E) $(E2J92) $(J922E) $(E2J) $(J2E) $(E2NB) $(NB2E) \ LDFLAGS = $(DYNFLAGS) $(LDLIBS) $(CFLAG_OPT) CFLAGS += -I$(ICONV_COMMON) -I../inc +# needs work +SMATCH=off + LINK_TARGETS = $(U2UH) $(C9332U) $(UH2U) $(E2U) $(I2U) $(O2U) $(N2U) \ $(E2I) $(E2J) $(E2J92) $(E2NB) $(I2E) $(J2E) $(J922E) $(NVBE) \ $(UCS2BE2UH) $(U2LE2UH) $(U2C933) $(U2E) $(U2I) $(U2O) $(U2N) \ |