diff options
Diffstat (limited to 'usr/src/uts/intel/random/Makefile')
-rw-r--r-- | usr/src/uts/intel/random/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/uts/intel/random/Makefile b/usr/src/uts/intel/random/Makefile index 30e6951ee0..1f475e85f4 100644 --- a/usr/src/uts/intel/random/Makefile +++ b/usr/src/uts/intel/random/Makefile @@ -20,12 +20,10 @@ # CDDL HEADER END # # -# uts/intel/random/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 random driver # @@ -42,7 +40,6 @@ UTSBASE = ../.. # MODULE = random OBJECTS = $(RANDOM_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(RANDOM_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) CONF_SRCDIR = $(UTSBASE)/common/io @@ -55,7 +52,6 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) $(SRC_CONFILE) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) # @@ -76,12 +72,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |