]> git.saurik.com Git - apple/xnu.git/blobdiff - security/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / security / Makefile
index 4af4eb56e8b9c075b4318ab7481e709d1cf4f1ef..07c961c42585fca333b94b9db05b6210ed13c3b9 100644 (file)
@@ -3,22 +3,10 @@ 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 = \
-
-INSTINC_SUBDIRS_X86_64 = \
-
-EXPINC_SUBDIRS = \
-
-EXPINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS_X86_64 = \
-
-
 DATAFILES = \
        mac.h \
        mac_policy.h
@@ -46,8 +34,6 @@ INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
 # /System/Library/Frameworks/Kernel.framework/PrivateHeaders
 INSTALL_KF_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
 
-SETUP_SUBDIRS =
-
 COMP_SUBDIRS = conf
 
 include $(MakeInc_rule)