X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/bd504ef0e0b883cdd7917b73b3574eb9ce669905..39236c6e673c41db228275375ab7fdb0f837b292:/bsd/nfs/Makefile diff --git a/bsd/nfs/Makefile b/bsd/nfs/Makefile index d4c4ce3cb..605a48118 100644 --- a/bsd/nfs/Makefile +++ b/bsd/nfs/Makefile @@ -7,20 +7,11 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir include $(MakeInc_cmd) include $(MakeInc_def) -INSTINC_SUBDIRS = \ - -INSTINC_SUBDIRS_I386 = \ - -EXPINC_SUBDIRS = \ - -EXPINC_SUBDIRS_I386 = \ - DATAFILES = \ krpc.h nfs.h nfsdiskless.h nfsm_subs.h nfsmount.h nfsnode.h \ - nfs_lock.h nfs_gss.h \ + nfs_lock.h nfs_gss.h nfs_ioctl.h \ nfsproto.h nfsrvcache.h rpcv2.h xdr_subs.h - INSTALL_MI_LIST = ${DATAFILES} INSTALL_MI_DIR = nfs @@ -29,7 +20,6 @@ EXPORT_MI_LIST = EXPORT_MI_DIR = nfs - include $(MakeInc_rule) include $(MakeInc_dir)