]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/mtree/Makefile
MFC r317597:
[FreeBSD/FreeBSD.git] / etc / mtree / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 FILES=  ${_BSD.debug.dist} \
6         BSD.include.dist \
7         BSD.root.dist \
8         ${_BSD.lib32.dist} \
9         ${_BSD.libsoft.dist} \
10         ${_BSD.sendmail.dist} \
11         ${_BSD.tests.dist} \
12         BSD.usr.dist \
13         BSD.var.dist
14
15 .if ${MK_DEBUG_FILES} != "no"
16 _BSD.debug.dist=        BSD.debug.dist
17 .endif
18 .if ${MK_GROFF} != "no"
19 _BSD.groff.dist=        BSD.groff.dist
20 .endif
21 .if ${MK_LIB32} != "no"
22 _BSD.lib32.dist=        BSD.lib32.dist
23 .endif
24 .if ${MK_LIBSOFT} != "no"
25 _BSD.libsoft.dist=      BSD.libsoft.dist
26 .endif
27 .if ${MK_SENDMAIL} != "no"
28 _BSD.sendmail.dist=     BSD.sendmail.dist
29 .endif
30 .if ${MK_TESTS} != "no"
31 _BSD.tests.dist=        BSD.tests.dist
32 .endif
33
34 NO_OBJ=
35 FILESDIR= /etc/mtree
36
37 .include <bsd.prog.mk>