summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsqlite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsqlite/Makefile')
-rw-r--r--usr/src/lib/libsqlite/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libsqlite/Makefile b/usr/src/lib/libsqlite/Makefile
index 2d156094a3..a197a94394 100644
--- a/usr/src/lib/libsqlite/Makefile
+++ b/usr/src/lib/libsqlite/Makefile
@@ -27,14 +27,13 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
# This is the default Makefile target. The objects listed here
# are what get build when you type just "make" with no arguments.
#
all install: sqlite.h $(SUBDIRS)
-clobber lint: $(SUBDIRS)
+clobber: $(SUBDIRS)
$(ROOTHDRDIR):
$(INS.dir)