Deleted Added
full compact
Makefile (196890) Makefile (218941)
1# $FreeBSD: head/etc/mtree/Makefile 196890 2009-09-06 13:26:51Z antoine $
1# $FreeBSD: head/etc/mtree/Makefile 218941 2011-02-22 08:13:49Z uqs $
2
3.include <bsd.own.mk>
4
5FILES= ${_BIND.chroot.dist} \
6 ${_BIND.include.dist} \
7 BSD.include.dist \
8 BSD.root.dist \
9 ${_BSD.sendmail.dist} \
10 BSD.usr.dist \
11 BSD.var.dist
12
13.if ${MK_BIND} != "no"
14_BIND.chroot.dist= BIND.chroot.dist
15.if ${MK_BIND_LIBS} != "no"
16_BIND.include.dist= BIND.include.dist
17.endif
18.endif
2
3.include <bsd.own.mk>
4
5FILES= ${_BIND.chroot.dist} \
6 ${_BIND.include.dist} \
7 BSD.include.dist \
8 BSD.root.dist \
9 ${_BSD.sendmail.dist} \
10 BSD.usr.dist \
11 BSD.var.dist
12
13.if ${MK_BIND} != "no"
14_BIND.chroot.dist= BIND.chroot.dist
15.if ${MK_BIND_LIBS} != "no"
16_BIND.include.dist= BIND.include.dist
17.endif
18.endif
19.if ${MK_GROFF} != "no"
20_BSD.groff.dist= BSD.groff.dist
21.endif
19.if ${MK_SENDMAIL} != "no"
20_BSD.sendmail.dist= BSD.sendmail.dist
21.endif
22
23NO_OBJ=
24FILESDIR= /etc/mtree
25
26.include <bsd.prog.mk>
22.if ${MK_SENDMAIL} != "no"
23_BSD.sendmail.dist= BSD.sendmail.dist
24.endif
25
26NO_OBJ=
27FILESDIR= /etc/mtree
28
29.include <bsd.prog.mk>