usr/src/uts/sparc/md_raid/Makefile
changeset 13452 6bec9720e054
parent 3066 2a2af34f0642
child 13834 58bc6f85b799
--- a/usr/src/uts/sparc/md_raid/Makefile	Wed Sep 14 11:28:33 2011 -0500
+++ b/usr/src/uts/sparc/md_raid/Makefile	Thu Sep 15 18:27:52 2011 +0100
@@ -22,8 +22,7 @@
 # uts/sparc/raid/Makefile
 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
-#
-#ident	"%Z%%M%	%I%	%E% SMI"
+# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
 #
 #	This makefile drives the production of the SLVM's raid misc module.
 #
@@ -61,6 +60,11 @@
 CFLAGS		+= $(CCVERBOSE)
 
 #
+# Define dependency on md
+#
+LDFLAGS += -dy -N drv/md
+
+#
 # 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.