Deleted Added
full compact
Makefile (256281) Makefile (260013)
1# $FreeBSD: stable/10/etc/mtree/Makefile 256013 2013-10-03 01:18:06Z mdf $
1# $FreeBSD: stable/10/etc/mtree/Makefile 260013 2013-12-28 20:05:31Z jmmv $
2
3.include <bsd.own.mk>
4
5FILES= ${_BSD.debug.dist} \
6 BSD.include.dist \
7 BSD.root.dist \
8 ${_BSD.sendmail.dist} \
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} \
9 BSD.usr.dist \
10 BSD.var.dist
11
12.if ${MK_DEBUG_FILES} != "no"
13_BSD.debug.dist= BSD.debug.dist
14.endif
15.if ${MK_GROFF} != "no"
16_BSD.groff.dist= BSD.groff.dist
17.endif
18.if ${MK_SENDMAIL} != "no"
19_BSD.sendmail.dist= BSD.sendmail.dist
20.endif
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
21
22NO_OBJ=
23FILESDIR= /etc/mtree
24
25.include <bsd.prog.mk>
25
26NO_OBJ=
27FILESDIR= /etc/mtree
28
29.include <bsd.prog.mk>