]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/mtree/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / etc / mtree / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILES=  ${_BIND.chroot.dist} \
6         ${_BIND.include.dist} \
7         ${_BSD.debug.dist} \
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
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
30 NO_OBJ=
31 FILESDIR= /etc/mtree
32
33 .include <bsd.prog.mk>