xref: /NextBSD/etc/mtree/Makefile (revision 37e74d4f6151b6fae3b07141f988985cb55f2dfc)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5FILES=	${_BSD.debug.dist} \
6	BSD.include.dist \
7	BSD.root.dist \
8	${_BSD.lib32.dist} \
9	${_BSD.libsoft.dist} \
10	${_BSD.sendmail.dist} \
11	${_BSD.tests.dist} \
12	BSD.usr.dist \
13	BSD.var.dist
14
15.if ${MK_DEBUG_FILES} != "no"
16_BSD.debug.dist=	BSD.debug.dist
17.endif
18.if ${MK_GROFF} != "no"
19_BSD.groff.dist=	BSD.groff.dist
20.endif
21.if ${MK_LIB32} != "no"
22_BSD.lib32.dist=	BSD.lib32.dist
23.endif
24.if ${MK_LIBSOFT} != "no"
25_BSD.libsoft.dist=	BSD.libsoft.dist
26.endif
27.if ${MK_TESTS} != "no"
28_BSD.tests.dist=	BSD.tests.dist
29.endif
30
31NO_OBJ=
32FILESDIR= /etc/mtree
33
34.include <bsd.prog.mk>
35