summaryrefslogtreecommitdiff
path: root/usr/src/uts/sfmmu/Makefile.files
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sfmmu/Makefile.files')
-rw-r--r--usr/src/uts/sfmmu/Makefile.files15
1 files changed, 2 insertions, 13 deletions
diff --git a/usr/src/uts/sfmmu/Makefile.files b/usr/src/uts/sfmmu/Makefile.files
index 7ec918cb08..e9b6fbfede 100644
--- a/usr/src/uts/sfmmu/Makefile.files
+++ b/usr/src/uts/sfmmu/Makefile.files
@@ -20,13 +20,12 @@
# CDDL HEADER END
#
#
-# uts/sfmmu/Makefile.files
# Copyright (c) 1991 by Sun Microsystems, Inc.
#
-#ident "%Z%%M% %I% %E% SMI"
+
#
# This Makefile defines all file modules and build rules for the
-# directory uts/sfmmu and it's children. These are the source files which
+# directory uts/sfmmu and its children. These are the source files which
# are specific to the sparc9 processor.
#
@@ -41,13 +40,3 @@
# Section 3: misc.
#
INC_PATH += -I$(UTSBASE)/sfmmu
-
-#
-# Since assym.h is a derived file, the dependency must be explicit for
-# all files including this file. (This is only actually required in the
-# instance when the .nse_depinfo file does not exist.) It may seem that
-# the lint targets should also have a similar dependency, but they don't
-# since only C headers are included when #defined(lint) is true.
-#
-# ASSYM_DEPS += overflow.o
-# ASSYM_DEPS += underflow.o