]> git.saurik.com Git - apple/xnu.git/blame - bsd/dev/random/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / dev / random / Makefile
CommitLineData
0b4e3aa0
A
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
0b4e3aa0
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
0b4e3aa0 9DATAFILES = \
39236c6e 10 randomdev.h
0b4e3aa0 11
39236c6e 12INSTALL_MI_LIST =
0b4e3aa0 13
39236c6e 14EXPORT_MI_LIST = ${DATAFILES}
0b4e3aa0 15
39236c6e 16EXPORT_MI_DIR = dev/random
0b4e3aa0
A
17
18include $(MakeInc_rule)
19include $(MakeInc_dir)