1 ## Process this file with automake to produce Makefile.in 2 3 OPTDIRS = 4 5 if CONFIG_NFSV4 6 OPTDIRS += idmapd 7 OPTDIRS += nfsidmap 8 endif 9 10 if CONFIG_NFSV4SERVER 11 OPTDIRS += exportd 12 endif 13 14 if CONFIG_NFSV41 15 OPTDIRS += blkmapd 16 endif 17 18 if CONFIG_GSS 19 OPTDIRS += gssd 20 endif 21 22 if CONFIG_MOUNT 23 OPTDIRS += mount 24 endif 25 26 if CONFIG_NFSDCLD 27 OPTDIRS += nfsdcld 28 endif 29 30 if CONFIG_NFSDCLTRACK 31 OPTDIRS += nfsdcltrack 32 endif 33 34 if CONFIG_JUNCTION 35 OPTDIRS += nfsref 36 endif 37 38 SUBDIRS = \ 39 exportfs \ 40 mountd \ 41 nfsd \ 42 nfsstat \ 43 showmount \ 44 statd \ 45 $(OPTDIRS) 46 47 MAINTAINERCLEANFILES = Makefile.in