1STRANGEDIR1 ?=		${PREFIX}/share/files1
2STRANGEDIR2 ?=		${PREFIX}/share/files2
3STRANGEDIR3 ?=		${PREFIX}/share/files3
4
5FILES =			shell_func1 shell_func2 shell_func3
6
7FILESDIR =		${BINDIR}
8FILESDIR_shell_func3 =	${LIBEXECDIR}
9
10LINKS =			${BINDIR}/shell_func1 ${STRANGEDIR1}/shell_func1.sh
11LINKS +=		${BINDIR}/shell_func2 ${STRANGEDIR2}/shell_func2.sh
12
13SYMLINKS =		${LIBEXECDIR}/shell_func3 ${STRANGEDIR3}/shell_func3.sh
14
15MAN =			shell_func.7
16TEXINFO =		shell_func.texinfo # for .info file
17
18# The following line is for regression test only.
19# We will not create and update dir file
20INSTALL_INFO =		:
21
22# The following lines are for regression test only.
23# We will build .html from man page only under NetBSD
24OPSYS !=		uname -s
25.if ${OPSYS} != "NetBSD"
26MKHTML =		no
27.endif
28
29MKC_REQD =		0.11.0
30
31.include "test.mk"
32.include <mkc.files.mk>
33