summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/vuid2ps2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/vuid2ps2/Makefile')
-rw-r--r--usr/src/uts/intel/vuid2ps2/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/uts/intel/vuid2ps2/Makefile b/usr/src/uts/intel/vuid2ps2/Makefile
index 031574dc37..618c23d02f 100644
--- a/usr/src/uts/intel/vuid2ps2/Makefile
+++ b/usr/src/uts/intel/vuid2ps2/Makefile
@@ -43,7 +43,6 @@ UTSBASE = ../..
#
MODULE = vuid2ps2
OBJECTS = $(VUIDPS2_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(VUIDPS2_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_STRMOD_DIR)/$(MODULE)
#
@@ -61,7 +60,6 @@ SMOFF += deref_check
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -82,12 +80,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#