]> git.saurik.com Git - apple/xnu.git/blame - bsd/man/man9/Makefile
xnu-3789.70.16.tar.gz
[apple/xnu.git] / bsd / man / man9 / Makefile
CommitLineData
1c79356b
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
1c79356b
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9bccf70c 9DATAFILES = \
2d21ac55
A
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 \
55e303ae 30 intro.9
1c79356b 31
9bccf70c 32INSTALL_MAN_LIST = ${DATAFILES}
1c79356b 33
9bccf70c 34INSTALL_MAN_DIR = man9
1c79356b
A
35
36include $(MakeInc_rule)
37include $(MakeInc_dir)