summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/fdfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/fdfs/Makefile')
-rw-r--r--usr/src/uts/intel/fdfs/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/uts/intel/fdfs/Makefile b/usr/src/uts/intel/fdfs/Makefile
index bffb97ea6d..a17169bd00 100644
--- a/usr/src/uts/intel/fdfs/Makefile
+++ b/usr/src/uts/intel/fdfs/Makefile
@@ -20,12 +20,10 @@
# CDDL HEADER END
#
#
-# uts/intel/fdfs/Makefile
-#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#pragma ident "%Z%%M% %I% %E% SMI"
+
#
# This makefile drives the production of the fdfs file system
# kernel module.
@@ -43,7 +41,6 @@ UTSBASE = ../..
#
MODULE = fdfs
OBJECTS = $(FDFS_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(FDFS_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(USR_FS_DIR)/$(MODULE)
#
@@ -55,7 +52,6 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -71,12 +67,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#