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