Makefile (423102c6faf6de84c95d2bba2a049b6f8a339e3e) Makefile (42f8c5b5800d41d7af6d1e3f55b4bbc72f10ea47)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5FILES= ${_BIND.chroot.dist} \
6 ${_BIND.include.dist} \
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5FILES= ${_BIND.chroot.dist} \
6 ${_BIND.include.dist} \
7 ${_BSD.debug.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
8 BSD.include.dist \
9 BSD.root.dist \
10 ${_BSD.sendmail.dist} \
11 BSD.usr.dist \
12 BSD.var.dist
13
14.if ${MK_BIND} != "no"
15_BIND.chroot.dist= BIND.chroot.dist
16.if ${MK_BIND_LIBS} != "no"
17_BIND.include.dist= BIND.include.dist
18.endif
19.endif
20.if ${MK_DEBUG_FILES} != "no"
21_BSD.debug.dist= BSD.debug.dist
22.endif
19.if ${MK_GROFF} != "no"
20_BSD.groff.dist= BSD.groff.dist
21.endif
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>
23.if ${MK_GROFF} != "no"
24_BSD.groff.dist= BSD.groff.dist
25.endif
26.if ${MK_SENDMAIL} != "no"
27_BSD.sendmail.dist= BSD.sendmail.dist
28.endif
29
30NO_OBJ=
31FILESDIR= /etc/mtree
32
33.include <bsd.prog.mk>