]> git.saurik.com Git - apple/xnu.git/blob - bsd/nfs/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / nfs / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 DATAFILES = \
10 krpc.h nfs.h nfsdiskless.h nfsm_subs.h nfsmount.h nfsnode.h \
11 nfs_lock.h nfs_gss.h nfs_ioctl.h \
12 nfsproto.h nfsrvcache.h rpcv2.h xdr_subs.h
13 # gss/gss_krb5_mech.h
14
15 INSTALL_MI_LIST = ${DATAFILES}
16
17 INSTALL_MI_DIR = nfs
18
19 EXPORT_MI_LIST =
20
21 EXPORT_MI_DIR = nfs
22
23 include $(MakeInc_rule)
24 include $(MakeInc_dir)