diff options
Diffstat (limited to 'usr/src/uts/intel/md4/Makefile')
-rw-r--r-- | usr/src/uts/intel/md4/Makefile | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/usr/src/uts/intel/md4/Makefile b/usr/src/uts/intel/md4/Makefile index a9e54a89f0..566b66a123 100644 --- a/usr/src/uts/intel/md4/Makefile +++ b/usr/src/uts/intel/md4/Makefile @@ -19,12 +19,10 @@ # CDDL HEADER END # # -# uts/intel/md4/Makefile -# # Copyright 2007 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 md4 crypto kernel module. # @@ -41,7 +39,6 @@ UTSBASE = ../.. # MODULE = md4 OBJECTS = $(MD4_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(MD4_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE) # @@ -58,19 +55,11 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) LDFLAGS += -dy # -# For now, disable these lint checks; maintainers should endeavor -# to investigate and remove these for maximum lint coverage. -# Please do not carry these forward to new Makefiles. -# -LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW - -# # Default build targets. # .KEEP_STATE: @@ -83,12 +72,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |