Deleted Added
full compact
Makefile (256241) Makefile (259210)
1# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
1# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
2# $FreeBSD: head/bin/Makefile 256241 2013-10-09 20:47:20Z des $
2# $FreeBSD: head/bin/Makefile 259210 2013-12-11 04:09:17Z jmmv $
3
4.include <bsd.own.mk>
5
6SUBDIR= cat \
7 chflags \
8 chio \
9 chmod \
10 cp \

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

47.if ${MK_SENDMAIL} != "no"
48SUBDIR+= rmail
49.endif
50
51.if ${MK_TCSH} != "no"
52SUBDIR+= csh
53.endif
54
3
4.include <bsd.own.mk>
5
6SUBDIR= cat \
7 chflags \
8 chio \
9 chmod \
10 cp \

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

47.if ${MK_SENDMAIL} != "no"
48SUBDIR+= rmail
49.endif
50
51.if ${MK_TCSH} != "no"
52SUBDIR+= csh
53.endif
54
55.if ${MK_TESTS} != "no"
56SUBDIR+= tests
57.endif
58
55.include <bsd.arch.inc.mk>
56
57SUBDIR:= ${SUBDIR:O}
58
59.include <bsd.subdir.mk>
59.include <bsd.arch.inc.mk>
60
61SUBDIR:= ${SUBDIR:O}
62
63.include <bsd.subdir.mk>