Deleted Added
full compact
Makefile (291733) Makefile (296124)
1# $FreeBSD: head/share/mk/Makefile 291733 2015-12-04 03:17:10Z bdrewery $
1# $FreeBSD: head/share/mk/Makefile 296124 2016-02-26 22:14:00Z bdrewery $
2# @(#)Makefile 8.1 (Berkeley) 6/8/93
3
4# Only parse this if executing make in this directory, not in other places
5# in src that lack a Makefile, such as sys/dev/*. Otherwise the MAKESYSPATH
6# will read this Makefile since it auto includes it into -I.
7.if ${.CURDIR} == ${.PARSEDIR}
8
9# Avoid creating a Makefile.depend here as it would get included anywhere
10# in the build, similar to the problem above. It would cause dirdeps.mk
11# to be included more times than desired.
12UPDATE_DEPENDFILE= no
13
14.include <src.opts.mk>
15
16FILES= \
17 auto.obj.mk \
18 bsd.README \
19 bsd.arch.inc.mk \
2# @(#)Makefile 8.1 (Berkeley) 6/8/93
3
4# Only parse this if executing make in this directory, not in other places
5# in src that lack a Makefile, such as sys/dev/*. Otherwise the MAKESYSPATH
6# will read this Makefile since it auto includes it into -I.
7.if ${.CURDIR} == ${.PARSEDIR}
8
9# Avoid creating a Makefile.depend here as it would get included anywhere
10# in the build, similar to the problem above. It would cause dirdeps.mk
11# to be included more times than desired.
12UPDATE_DEPENDFILE= no
13
14.include <src.opts.mk>
15
16FILES= \
17 auto.obj.mk \
18 bsd.README \
19 bsd.arch.inc.mk \
20 bsd.clang-analyze.mk \
20 bsd.compiler.mk \
21 bsd.confs.mk \
22 bsd.cpu.mk \
23 bsd.crunchgen.mk \
24 bsd.dep.mk \
25 bsd.doc.mk \
26 bsd.dtb.mk \
27 bsd.endian.mk \

--- 49 unchanged lines hidden ---
21 bsd.compiler.mk \
22 bsd.confs.mk \
23 bsd.cpu.mk \
24 bsd.crunchgen.mk \
25 bsd.dep.mk \
26 bsd.doc.mk \
27 bsd.dtb.mk \
28 bsd.endian.mk \

--- 49 unchanged lines hidden ---