diff options
Diffstat (limited to 'usr/src/uts/intel/tclient/Makefile')
-rw-r--r-- | usr/src/uts/intel/tclient/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/uts/intel/tclient/Makefile b/usr/src/uts/intel/tclient/Makefile index 5dc1c68b34..8208a623a9 100644 --- a/usr/src/uts/intel/tclient/Makefile +++ b/usr/src/uts/intel/tclient/Makefile @@ -23,7 +23,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" + # # This makefile drives the production of the tclient kernel # driver for testing MPxIO interfaces @@ -39,7 +39,6 @@ UTSBASE = ../.. # MODULE = tclient OBJECTS = $(TCLIENT_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(TCLIENT_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(USR_DRV_DIR)/$(MODULE) # @@ -53,7 +52,6 @@ CLOBBERFILES += $(MODULE) # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # @@ -69,12 +67,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |