X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0b4e3aa066abc0728aacb4bbeb86f53f9737156e..bd504ef0e0b883cdd7917b73b3574eb9ce669905:/bsd/dev/random/Makefile

diff --git a/bsd/dev/random/Makefile b/bsd/dev/random/Makefile
index a0b386718..7a07200d9 100644
--- a/bsd/dev/random/Makefile
+++ b/bsd/dev/random/Makefile
@@ -9,26 +9,25 @@ include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
 
-INSTINC_SUBDIRS_PPC = \
-
 INSTINC_SUBDIRS_I386 = \
 
-EXPINC_SUBDIRS = \
+INSTINC_SUBDIRS_X86_64 = \
 
-EXPINC_SUBDIRS_PPC = \
+EXPINC_SUBDIRS = \
 
 EXPINC_SUBDIRS_I386 = \
 
+EXPINC_SUBDIRS_X86_64 = \
+
 DATAFILES = \
-	randomdev.h
 
 INSTALL_MI_LIST	= ${DATAFILES}
 
-INSTALL_MI_DIR = dev/random
+INSTALL_MI_DIR = 
 
 EXPORT_MI_LIST	= ${DATAFILES}
 
-EXPORT_MI_DIR = dev/random
+EXPORT_MI_DIR =
 
 
 include $(MakeInc_rule)