summaryrefslogtreecommitdiff
path: root/usr/src/lib/iconv_modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/iconv_modules/Makefile')
-rw-r--r--usr/src/lib/iconv_modules/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/iconv_modules/Makefile b/usr/src/lib/iconv_modules/Makefile
index e8ec6dc252..d3ac0bda0d 100644
--- a/usr/src/lib/iconv_modules/Makefile
+++ b/usr/src/lib/iconv_modules/Makefile
@@ -29,11 +29,10 @@ SUBDIRS = common euro hi_IN ja ko th_TH zh utf-8 vi
install := TARGET = install
all := TARGET = all
-lint := TARGET = lint
clean := TARGET = clean
clobber := TARGET = clobber
-all install lint clean clobber: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)