Makefile (1409e715e64d67b3093a889e63b33ef48e280ec8) Makefile (c4bd82d701879af2a073472eaf8d4599047793ed)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5.PATH: ${SRCTOP}/contrib/mtree
6
7PROG= mtree
8MAN= mtree.5 mtree.8

--- 8 unchanged lines hidden (view full) ---

17LIBADD= netbsd md util
18
19LINKS= ${BINDIR}/mtree ${BINDIR}/nmtree
20MLINKS= mtree.8 nmtree.8
21
22HAS_TESTS=
23SUBDIR.${MK_TESTS}+= tests
24
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5.PATH: ${SRCTOP}/contrib/mtree
6
7PROG= mtree
8MAN= mtree.5 mtree.8

--- 8 unchanged lines hidden (view full) ---

17LIBADD= netbsd md util
18
19LINKS= ${BINDIR}/mtree ${BINDIR}/nmtree
20MLINKS= mtree.8 nmtree.8
21
22HAS_TESTS=
23SUBDIR.${MK_TESTS}+= tests
24
25.if defined(BOOTSTRAPPING)
26# Linux glibc has a dummy lchmod that always fails. Don't fail due to
27# the linker warning that it emits.
28LD_FATAL_WARNINGS=no
29.endif
30
25.include <bsd.prog.mk>
31.include <bsd.prog.mk>