]> git.saurik.com Git - apple/xnu.git/blob - bsd/man/man9/Makefile
xnu-1228.15.4.tar.gz
[apple/xnu.git] / bsd / man / man9 / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 DATAFILES = \
10 copy.9 \
11 copyin.9 \
12 copyinstr.9 \
13 copyout.9 \
14 copystr.9 \
15 fetch.9 \
16 fubyte.9 \
17 fuibyte.9 \
18 fuiword.9 \
19 fulong.9 \
20 fuulong.9 \
21 fuword.9 \
22 store.9 \
23 style.9 \
24 subyte.9 \
25 suibyte.9 \
26 suiword.9 \
27 sulong.9 \
28 suulong.9 \
29 suword.9 \
30 intro.9
31
32 INSTALL_MAN_LIST = ${DATAFILES}
33
34 INSTALL_MAN_DIR = man9
35
36 include $(MakeInc_rule)
37 include $(MakeInc_dir)
38