]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/bsm/Makefile
xnu-4903.270.47.tar.gz
[apple/xnu.git] / bsd / bsm / Makefile
index ec3b7ceb4bad8d461f205b0f32f9e3787721a1c4..e4f8475daab264b5413a7ed0c90e53a2f4aad6d0 100644 (file)
@@ -3,28 +3,15 @@ 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_PPC = \
-
-INSTINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS = \
-
-EXPINC_SUBDIRS_PPC = \
-
-EXPINC_SUBDIRS_I386 = \
-
 DATAFILES = \
-       audit.h audit_record.h audit_kevents.h
+       audit.h audit_domain.h audit_errno.h audit_fcntl.h audit_internal.h \
+       audit_kevents.h audit_record.h audit_socket_type.h
 KERNFILES = \
        audit.h
 
-
 INSTALL_MI_LIST        = ${DATAFILES}
 
 INSTALL_MI_DIR = bsm
@@ -35,5 +22,3 @@ EXPORT_MI_DIR = bsm
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-