]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/mtree/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / etc / mtree / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILES=  ${_BSD.debug.dist} \
6         BSD.include.dist \
7         BSD.root.dist \
8         ${_BSD.sendmail.dist} \
9         BSD.usr.dist \
10         BSD.var.dist
11
12 .if ${MK_DEBUG_FILES} != "no"
13 _BSD.debug.dist=        BSD.debug.dist
14 .endif
15 .if ${MK_GROFF} != "no"
16 _BSD.groff.dist=        BSD.groff.dist
17 .endif
18 .if ${MK_SENDMAIL} != "no"
19 _BSD.sendmail.dist=     BSD.sendmail.dist
20 .endif
21
22 NO_OBJ=
23 FILESDIR= /etc/mtree
24
25 .include <bsd.prog.mk>