Deleted Added
full compact
Makefile (262951) Makefile (264303)
1# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
1# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
2# $FreeBSD: stable/10/bin/Makefile 262951 2014-03-09 17:04:31Z jmmv $
2# $FreeBSD: stable/10/bin/Makefile 264303 2014-04-09 18:16:58Z dim $
3
4.include <bsd.own.mk>
5
6SUBDIR= cat \
7 chflags \
8 chio \
9 chmod \
10 cp \

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

55.if ${MK_TESTS} != "no"
56SUBDIR+= tests
57.endif
58
59.include <bsd.arch.inc.mk>
60
61SUBDIR:= ${SUBDIR:O}
62
3
4.include <bsd.own.mk>
5
6SUBDIR= cat \
7 chflags \
8 chio \
9 chmod \
10 cp \

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

55.if ${MK_TESTS} != "no"
56SUBDIR+= tests
57.endif
58
59.include <bsd.arch.inc.mk>
60
61SUBDIR:= ${SUBDIR:O}
62
63SUBDIR_PARALLEL=
64
63.include <bsd.subdir.mk>
65.include <bsd.subdir.mk>