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
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9DATAFILES = \
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
32INSTALL_MAN_LIST = ${DATAFILES}
33
34INSTALL_MAN_DIR = man9
35
36include $(MakeInc_rule)
37include $(MakeInc_dir)
38
39