summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/pset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/pset/Makefile')
-rw-r--r--usr/src/uts/intel/pset/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/uts/intel/pset/Makefile b/usr/src/uts/intel/pset/Makefile
index f9df306aad..a4e08c3e06 100644
--- a/usr/src/uts/intel/pset/Makefile
+++ b/usr/src/uts/intel/pset/Makefile
@@ -20,12 +20,10 @@
# CDDL HEADER END
#
#
-# uts/intel/pset/Makefile
-#
# Copyright (c) 1996-1999 by Sun Microsystems, Inc.
# All rights reserved.
#
-#pragma ident "%Z%%M% %I% %E% SMI"
+
#
# This makefile drives the production of the pset syscall module.
#
@@ -42,7 +40,6 @@ UTSBASE = ../..
#
MODULE = pset
OBJECTS = $(PSET_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(PSET_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_SYS_DIR)/$(MODULE)
#
@@ -54,7 +51,6 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -77,12 +73,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#