]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / nfs / Makefile
index d4c4ce3cb10542f0f5558a23aa4b65734c87e327..605a481183f3c601ccc7ceb796c6e1fdcb986b7b 100644 (file)
@@ -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)