blob: de69da92fc51ad8abd90855af9cc9f5938f1354d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $FreeBSD$
.include <bsd.own.mk>
FILES= ${_BIND.chroot.dist} \
${_BIND.include.dist} \
BSD.include.dist \
BSD.local.dist \
BSD.root.dist \
BSD.usr.dist \
BSD.var.dist \
BSD.x11-4.dist \
BSD.x11.dist
.if ${MK_BIND} != "no"
_BIND.chroot.dist= BIND.chroot.dist
.if ${MK_BIND_LIBS} != "no"
_BIND.include.dist= BIND.include.dist
.endif
.endif
NO_OBJ=
FILESDIR= /etc/mtree
.include <bsd.prog.mk>
|