xref: /xnu-8020.140.41/bsd/nfs/Makefile (revision 27b03b360a988dfd3dfdf34262bb0042026747cc)
1*27b03b36SApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2*27b03b36SApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3*27b03b36SApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4*27b03b36SApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5*27b03b36SApple OSS Distributions
6*27b03b36SApple OSS Distributionsinclude $(MakeInc_cmd)
7*27b03b36SApple OSS Distributionsinclude $(MakeInc_def)
8*27b03b36SApple OSS Distributions
9*27b03b36SApple OSS DistributionsDATAFILES = \
10*27b03b36SApple OSS Distributions	nfs.h nfs_lock.h nfs_ioctl.h \
11*27b03b36SApple OSS Distributions	nfsproto.h rpcv2.h xdr_subs.h
12*27b03b36SApple OSS Distributions
13*27b03b36SApple OSS DistributionsKERNELFILES = \
14*27b03b36SApple OSS Distributions	krpc.h nfs.h nfsproto.h rpcv2.h \
15*27b03b36SApple OSS Distributions	xdr_subs.h
16*27b03b36SApple OSS Distributions
17*27b03b36SApple OSS DistributionsINSTALL_MI_LIST	= ${DATAFILES}
18*27b03b36SApple OSS Distributions
19*27b03b36SApple OSS DistributionsINSTALL_KF_MI_LIST = ${KERNELFILES}
20*27b03b36SApple OSS Distributions
21*27b03b36SApple OSS DistributionsINSTALL_SF_MI_LCL_LIST = ${DATAFILES}
22*27b03b36SApple OSS Distributions
23*27b03b36SApple OSS DistributionsINSTALL_KF_MI_LCL_LIST = ${KERNELFILES}
24*27b03b36SApple OSS Distributions
25*27b03b36SApple OSS DistributionsINSTALL_MI_DIR = nfs
26*27b03b36SApple OSS Distributions
27*27b03b36SApple OSS DistributionsEXPORT_MI_LIST	=
28*27b03b36SApple OSS Distributions
29*27b03b36SApple OSS DistributionsEXPORT_MI_DIR = nfs
30*27b03b36SApple OSS Distributions
31*27b03b36SApple OSS Distributionsinclude $(MakeInc_rule)
32*27b03b36SApple OSS Distributionsinclude $(MakeInc_dir)
33