]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/mtree/Makefile
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / etc / mtree / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 # NOTE: BSD.debug.dist is unconditionally installed for developer ease-of-use.
6 FILES=  \
7         BSD.debug.dist \
8         BSD.include.dist \
9         BSD.root.dist \
10         ${_BSD.lib32.dist} \
11         ${_BSD.libsoft.dist} \
12         ${_BSD.sendmail.dist} \
13         ${_BSD.tests.dist} \
14         BSD.usr.dist \
15         BSD.var.dist
16
17 .if ${MK_LIB32} != "no"
18 _BSD.lib32.dist=        BSD.lib32.dist
19 .endif
20 .if ${MK_LIBSOFT} != "no"
21 _BSD.libsoft.dist=      BSD.libsoft.dist
22 .endif
23 .if ${MK_SENDMAIL} != "no"
24 _BSD.sendmail.dist=     BSD.sendmail.dist
25 .endif
26 .if ${MK_TESTS} != "no"
27 _BSD.tests.dist=        BSD.tests.dist
28 .endif
29
30 NO_OBJ=
31 FILESDIR= /etc/mtree
32
33 .include <bsd.prog.mk>