summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/exacctsys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/exacctsys/Makefile')
-rw-r--r--usr/src/uts/intel/exacctsys/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/uts/intel/exacctsys/Makefile b/usr/src/uts/intel/exacctsys/Makefile
index fb878bcacc..029c2df1ca 100644
--- a/usr/src/uts/intel/exacctsys/Makefile
+++ b/usr/src/uts/intel/exacctsys/Makefile
@@ -23,9 +23,7 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# uts/intel/exacctsys/Makefile
-#
-#ident "%Z%%M% %I% %E% SMI"
+
#
# This makefile drives the production of the exacctsys system call module.
# intel architecture dependent
@@ -41,7 +39,6 @@ UTSBASE = ../..
#
MODULE = exacctsys
OBJECTS = $(EXACCTSYS_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(EXACCTSYS_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(USR_SYS_DIR)/$(MODULE)
#
@@ -53,7 +50,6 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -69,12 +65,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#