Deleted Added
full compact
Makefile (249083) Makefile (258792)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 249083 2013-04-04 07:12:24Z mav $
2# $FreeBSD: head/sbin/Makefile 258792 2013-12-01 09:52:38Z pjd $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: icheck ncheck
7
8SUBDIR=adjkerntz \
9 badsect \
10 camcontrol \

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

67 route \
68 savecore \
69 setkey \
70 shutdown \
71 spppcontrol \
72 swapon \
73 sysctl \
74 tunefs \
3
4.include <bsd.own.mk>
5
6# XXX MISSING: icheck ncheck
7
8SUBDIR=adjkerntz \
9 badsect \
10 camcontrol \

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

67 route \
68 savecore \
69 setkey \
70 shutdown \
71 spppcontrol \
72 swapon \
73 sysctl \
74 tunefs \
75 umount \
75 umount
76
77.if ${MK_ATM} != "no"
78SUBDIR+= atm
79.endif
80
81.if ${MK_CXX} != "no"
82SUBDIR+= devd
83.endif

--- 38 unchanged lines hidden ---
76
77.if ${MK_ATM} != "no"
78SUBDIR+= atm
79.endif
80
81.if ${MK_CXX} != "no"
82SUBDIR+= devd
83.endif

--- 38 unchanged lines hidden ---