usr/src/uts/intel/cachefs/Makefile
changeset 13452 6bec9720e054
parent 3066 2a2af34f0642
child 13834 58bc6f85b799
--- a/usr/src/uts/intel/cachefs/Makefile	Wed Sep 14 11:28:33 2011 -0500
+++ b/usr/src/uts/intel/cachefs/Makefile	Thu Sep 15 18:27:52 2011 +0100
@@ -23,8 +23,7 @@
 #
 # 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 cachefs file system
 #	kernel module.
@@ -58,6 +57,11 @@
 INSTALL_TARGET	= $(BINARY) $(ROOTMODULE)
 
 #
+# Define dependency on rpcmod
+#
+LDFLAGS += -dy -N strmod/rpcmod
+
+#
 # 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.