1# $FreeBSD$
2
3.include <src.opts.mk>
4
5# NOTE: BSD.debug.dist is unconditionally installed for developer ease-of-use.
6FILES=	\
7	BSD.debug.dist \
8	BSD.include.dist \
9	BSD.root.dist \
10	${_BSD.lib32.dist} \
11	${_BSD.libsoft.dist} \
12	${_BSD.sendmail.dist} \
13	${_BSD.tests.dist} \
14	BSD.usr.dist \
15	BSD.var.dist
16
17.if ${MK_LIB32} != "no"
18_BSD.lib32.dist=	BSD.lib32.dist
19.endif
20.if ${MK_LIBSOFT} != "no"
21_BSD.libsoft.dist=	BSD.libsoft.dist
22.endif
23.if ${MK_SENDMAIL} != "no"
24_BSD.sendmail.dist=	BSD.sendmail.dist
25.endif
26.if ${MK_TESTS} != "no"
27_BSD.tests.dist=	BSD.tests.dist
28.endif
29
30NO_OBJ=
31FILESDIR= /etc/mtree
32
33.include <bsd.prog.mk>
34