xref: /xnu-11215/bsd/dev/random/Makefile (revision 88cc0b97)
18149afccSApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
28149afccSApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
38149afccSApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
48149afccSApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
58149afccSApple OSS Distributions
68149afccSApple OSS Distributionsinclude $(MakeInc_cmd)
78149afccSApple OSS Distributionsinclude $(MakeInc_def)
88149afccSApple OSS Distributions
98149afccSApple OSS DistributionsDATAFILES = \
10*186b8fceSApple OSS Distributions	randomdev.h
118149afccSApple OSS Distributions
12*186b8fceSApple OSS DistributionsINSTALL_MI_LIST =
138149afccSApple OSS Distributions
148149afccSApple OSS DistributionsEXPORT_MI_LIST = ${DATAFILES}
158149afccSApple OSS Distributions
16*186b8fceSApple OSS DistributionsEXPORT_MI_DIR = dev/random
178149afccSApple OSS Distributions
188149afccSApple OSS Distributionsinclude $(MakeInc_rule)
198149afccSApple OSS Distributionsinclude $(MakeInc_dir)
20