changeset 12812:54c3878ebb7e

6967649 zut doesn't really depend on smbsrv
author Tim Haley <Tim.Haley@Sun.COM>
date Thu, 08 Jul 2010 19:44:07 -0600
parents bd04e75e9a75
children 68042e79fb9c
files usr/src/uts/intel/zut/Makefile usr/src/uts/sparc/zut/Makefile
diffstat 2 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/intel/zut/Makefile	Thu Jul 08 19:44:07 2010 -0600
+++ b/usr/src/uts/intel/zut/Makefile	Thu Jul 08 19:44:07 2010 -0600
@@ -19,8 +19,7 @@
 # CDDL HEADER END
 #
 #
-# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
 #
 #	This makefile drives the production of the zut file system
 #	kernel module.
@@ -57,7 +56,7 @@
 #	Overrides and depends_on
 #
 MODSTUBS_DIR	 = $(OBJS_DIR)
-LDFLAGS		+= -dy -Ndrv/smbsrv
+LDFLAGS		+= -dy
 
 INC_PATH	+= -I$(UTSBASE)/common/fs/zut
 INC_PATH	+= -I$(SRC)/common
--- a/usr/src/uts/sparc/zut/Makefile	Thu Jul 08 19:44:07 2010 -0600
+++ b/usr/src/uts/sparc/zut/Makefile	Thu Jul 08 19:44:07 2010 -0600
@@ -19,8 +19,7 @@
 # CDDL HEADER END
 #
 #
-# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
 #
 #	This makefile drives the production of the zut file system
 #	kernel module.
@@ -57,7 +56,7 @@
 #	Overrides and depends_on
 #
 MODSTUBS_DIR	 = $(OBJS_DIR)
-LDFLAGS		+= -dy -Ndrv/smbsrv
+LDFLAGS		+= -dy
 
 INC_PATH	+= -I$(UTSBASE)/common/fs/zut
 INC_PATH	+= -I$(SRC)/common