summaryrefslogtreecommitdiff
path: root/usr/src/lib/libldap5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libldap5/Makefile')
-rw-r--r--usr/src/lib/libldap5/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/lib/libldap5/Makefile b/usr/src/lib/libldap5/Makefile
index e5de491a1f..6b31341a04 100644
--- a/usr/src/lib/libldap5/Makefile
+++ b/usr/src/lib/libldap5/Makefile
@@ -32,7 +32,6 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
_msg := TARGET= _msg
LIBRARY= libldap.a
@@ -47,10 +46,6 @@ all clean install: $(SUBDIRS)
clobber: $(SUBDIRS)
$(RM) $(CLOBBERFILES)
-lint:
- @ $(ECHO) "usr/src/lib/libldap5 is third-party code that"
- @ $(ECHO) "will never be made lint-clean: skipping"
-
# install rule for install_h target
$(ROOTHDRDIR)/%: %
$(INS.file)