1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5FILES=	${_BSD.debug.dist} \
6	BSD.include.dist \
7	BSD.root.dist \
8	${_BSD.sendmail.dist} \
9	${_BSD.tests.dist} \
10	BSD.usr.dist \
11	BSD.var.dist
12
13.if ${MK_DEBUG_FILES} != "no"
14_BSD.debug.dist=	BSD.debug.dist
15.endif
16.if ${MK_GROFF} != "no"
17_BSD.groff.dist=	BSD.groff.dist
18.endif
19.if ${MK_SENDMAIL} != "no"
20_BSD.sendmail.dist=	BSD.sendmail.dist
21.endif
22.if ${MK_TESTS} != "no"
23_BSD.tests.dist=	BSD.tests.dist
24.endif
25
26NO_OBJ=
27FILESDIR= /etc/mtree
28
29.include <bsd.prog.mk>
30