]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - etc/mtree/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / etc / mtree / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILES=  ${_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
22 .if ${MK_SENDMAIL} != "no"
23 _BSD.sendmail.dist=     BSD.sendmail.dist
24 .endif
25
26 NO_OBJ=
27 FILESDIR= /etc/mtree
28
29 .include <bsd.prog.mk>