Print this page
11083 support NFS server in zone
Portions contributed by: Dan Kruchinin <dan.kruchinin@nexenta.com>
Portions contributed by: Stepan Zastupov <stepan.zastupov@gmail.com>
Portions contributed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
Portions contributed by: Mike Zeller <mike@mikezeller.net>
Portions contributed by: Dan McDonald <danmcd@joyent.com>
Portions contributed by: Gordon Ross <gordon.w.ross@gmail.com>
Portions contributed by: Vitaliy Gusev <gusev.vitaliy@gmail.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Jason King <jbk@joyent.com>
Reviewed by: C Fraire <cfraire@me.com>
Change-Id: I22f289d357503f9b48a0bc2482cc4328a6d43d16
        
*** 21,30 ****
--- 21,32 ----
  #
  #
  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  # Use is subject to license terms.
  #
+ # Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
+ #
  # cmd/fs.d/nfs/Makefile
  #
  #  cmd/fs.d/nfs is the directory of all nfs specific commands
  #  whose executable reside in $(INSDIR1) and $(INSDIR2).
  #
*** 31,41 ****
  
  include $(SRC)/Makefile.master
  
  SUBDIR1=        exportfs nfsd rquotad \
                  statd nfsstat mountd dfshares \
!                 nfsfind nfs4cbd share tests
  
  # These do "make catalog"
  SUBDIR2=        clear_locks lockd umount showmount \
                  mount dfmounts nfslog nfsmapid \
                  nfsref rp_basic
--- 33,43 ----
  
  include $(SRC)/Makefile.master
  
  SUBDIR1=        exportfs nfsd rquotad \
                  statd nfsstat mountd dfshares \
!                 nfsfind nfs4cbd share tests dtrace
  
  # These do "make catalog"
  SUBDIR2=        clear_locks lockd umount showmount \
                  mount dfmounts nfslog nfsmapid \
                  nfsref rp_basic
*** 50,67 ****
  
  all:=           TARGET= all
  install:=       TARGET= install
  clean:=         TARGET= clean
  clobber:=       TARGET= clobber
- lint:=          TARGET= lint
  catalog:=       TARGET= catalog
  
  .KEEP_STATE:
  
  .PARALLEL:      $(SUBDIRS)
  
! all install clean clobber lint: $(SUBDIRS)
  
  catalog: $(SUBDIR2)
          $(RM) $(POFILE)
          cat $(POFILES) > $(POFILE)
  
--- 52,68 ----
  
  all:=           TARGET= all
  install:=       TARGET= install
  clean:=         TARGET= clean
  clobber:=       TARGET= clobber
  catalog:=       TARGET= catalog
  
  .KEEP_STATE:
  
  .PARALLEL:      $(SUBDIRS)
  
! all install clean clobber: $(SUBDIRS)
  
  catalog: $(SUBDIR2)
          $(RM) $(POFILE)
          cat $(POFILES) > $(POFILE)