Deleted Added
full compact
Makefile (258838) Makefile (263220)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 258838 2013-12-02 08:21:28Z pjd $
2# $FreeBSD: head/sbin/Makefile 263220 2014-03-16 02:07:08Z jmmv $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: icheck ncheck
7
8SUBDIR=adjkerntz \
9 badsect \
10 camcontrol \

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

113.if ${MK_QUOTAS} != "no"
114SUBDIR+= quotacheck
115.endif
116
117.if ${MK_ROUTED} != "no"
118SUBDIR+= routed
119.endif
120
3
4.include <bsd.own.mk>
5
6# XXX MISSING: icheck ncheck
7
8SUBDIR=adjkerntz \
9 badsect \
10 camcontrol \

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

113.if ${MK_QUOTAS} != "no"
114SUBDIR+= quotacheck
115.endif
116
117.if ${MK_ROUTED} != "no"
118SUBDIR+= routed
119.endif
120
121.if ${MK_TESTS} != "no"
122SUBDIR+= tests
123.endif
124
121.include <bsd.arch.inc.mk>
122
123SUBDIR:= ${SUBDIR:O}
124
125.include <bsd.subdir.mk>
125.include <bsd.arch.inc.mk>
126
127SUBDIR:= ${SUBDIR:O}
128
129.include <bsd.subdir.mk>