]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / nfs / Makefile
index d4c4ce3cb10542f0f5558a23aa4b65734c87e327..c010c875603a54b348ea22c3a8fbdb8968e6f073 100644 (file)
@@ -3,34 +3,22 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 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
-
+#      gss/gss_krb5_mech.h
 
 INSTALL_MI_LIST        = ${DATAFILES}
 
 INSTALL_MI_DIR = nfs
 
-EXPORT_MI_LIST = 
+EXPORT_MI_LIST =
 
 EXPORT_MI_DIR = nfs
 
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-