]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / nfs / Makefile
index 605a481183f3c601ccc7ceb796c6e1fdcb986b7b..c010c875603a54b348ea22c3a8fbdb8968e6f073 100644 (file)
@@ -3,7 +3,6 @@ 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)
 
@@ -11,16 +10,15 @@ DATAFILES = \
        krpc.h nfs.h nfsdiskless.h nfsm_subs.h nfsmount.h nfsnode.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)
-
-