Loading...
--- xnu/xnu-792/bsd/dev/Makefile
+++ xnu/xnu-201/bsd/dev/Makefile
@@ -8,6 +8,7 @@
include $(MakeInc_def)
INSTINC_SUBDIRS = \
+ random
INSTINC_SUBDIRS_PPC = \
@@ -19,11 +20,14 @@
EXPINC_SUBDIRS_I386 = \
-INSTALL_MI_LIST =
+DATAFILES = \
+ disk.h disk_label.h kmreg_com.h
+
+INSTALL_MI_LIST = ${DATAFILES}
INSTALL_MI_DIR = dev
-EXPORT_MI_LIST =
+EXPORT_MI_LIST = ${DATAFILES}
EXPORT_MI_DIR = dev