diff options
Diffstat (limited to 'usr/src/uts/intel/nfs/Makefile')
-rw-r--r-- | usr/src/uts/intel/nfs/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/src/uts/intel/nfs/Makefile b/usr/src/uts/intel/nfs/Makefile index c7e3db9953..28d6ba3a2b 100644 --- a/usr/src/uts/intel/nfs/Makefile +++ b/usr/src/uts/intel/nfs/Makefile @@ -23,8 +23,7 @@ # # Copyright 2007 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 nfs file system # kernel module. @@ -66,6 +65,11 @@ $(MODSTUBS_O) := AS_CPPFLAGS += -DNFS_MODULE CLEANFILES += $(MODSTUBS_O) # +# Define dependencies on specfs, rpcmod, and rpcsec +# +LDFLAGS += -dy -N fs/specfs -N strmod/rpcmod -N misc/rpcsec + +# # 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. |