]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / nfs / Makefile
index 55a7668eb0d2b36668fa26cf403fab745581dfb6..605a481183f3c601ccc7ceb796c6e1fdcb986b7b 100644 (file)
@@ -7,33 +7,19 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS = \
-
-INSTINC_SUBDIRS_PPC = \
-
-INSTINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS = \
-
-EXPINC_SUBDIRS_PPC = \
-
-EXPINC_SUBDIRS_I386 = \
-
 DATAFILES = \
        krpc.h nfs.h nfsdiskless.h nfsm_subs.h nfsmount.h nfsnode.h \
-       nlminfo.h nfs_lock.h \
-       nfsproto.h nfsrtt.h nfsrvcache.h nqnfs.h rpcv2.h xdr_subs.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
 
-EXPORT_MI_LIST = ${DATAFILES}
+EXPORT_MI_LIST = 
 
 EXPORT_MI_DIR = nfs
 
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)