Deleted Added
full compact
Makefile (288179) Makefile (289114)
1# $FreeBSD: head/share/mk/Makefile 288179 2015-09-24 17:36:18Z bdrewery $
1# $FreeBSD: head/share/mk/Makefile 289114 2015-10-10 10:48:09Z bapt $
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.include <src.opts.mk>
10
11FILES= \
12 auto.obj.mk \
13 bsd.README \
14 bsd.arch.inc.mk \
15 bsd.compiler.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.include <src.opts.mk>
10
11FILES= \
12 auto.obj.mk \
13 bsd.README \
14 bsd.arch.inc.mk \
15 bsd.compiler.mk \
16 bsd.confs.mk \
16 bsd.cpu.mk \
17 bsd.crunchgen.mk \
18 bsd.dep.mk \
19 bsd.doc.mk \
20 bsd.dtb.mk \
21 bsd.endian.mk \
22 bsd.files.mk \
23 bsd.incs.mk \

--- 48 unchanged lines hidden ---
17 bsd.cpu.mk \
18 bsd.crunchgen.mk \
19 bsd.dep.mk \
20 bsd.doc.mk \
21 bsd.dtb.mk \
22 bsd.endian.mk \
23 bsd.files.mk \
24 bsd.incs.mk \

--- 48 unchanged lines hidden ---