Deleted Added
full compact
Makefile (126175) Makefile (126756)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 126175 2004-02-23 20:06:56Z pjd $
2# $FreeBSD: head/sbin/Makefile 126756 2004-03-08 22:03:29Z mlaier $
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= adjkerntz \
7 atacontrol \
8 ${_atm} \
9 badsect \
10 bsdlabel \

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

65 mount_umapfs \
66 mount_unionfs \
67 natd \
68 newfs \
69 newfs_msdos \
70 nfsiod \
71 nologin \
72 nos-tun \
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= adjkerntz \
7 atacontrol \
8 ${_atm} \
9 badsect \
10 bsdlabel \

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

65 mount_umapfs \
66 mount_unionfs \
67 natd \
68 newfs \
69 newfs_msdos \
70 nfsiod \
71 nologin \
72 nos-tun \
73 ${_pfctl} \
74 ${_pflogd} \
73 ping \
74 ${_ping6} \
75 quotacheck \
76 raidctl \
77 rcorder \
78 reboot \
79 restore \
80 route \

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

104.if !defined(NO_IPFILTER)
105_ipf= ipf
106_ipfs= ipfs
107_ipfstat= ipfstat
108_ipmon= ipmon
109_ipnat= ipnat
110.endif
111
75 ping \
76 ${_ping6} \
77 quotacheck \
78 raidctl \
79 rcorder \
80 reboot \
81 restore \
82 route \

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

106.if !defined(NO_IPFILTER)
107_ipf= ipf
108_ipfs= ipfs
109_ipfstat= ipfstat
110_ipmon= ipmon
111_ipnat= ipnat
112.endif
113
114.if !defined(NO_PF)
115_pfctl= pfctl
116_pflogd= pflogd
117.endif
118
112.if !defined(NOINET6)
113_ip6fw= ip6fw
114_ping6= ping6
115.endif
116
117.if !defined(NO_VINUM)
118_vinum= vinum
119.endif

--- 22 unchanged lines hidden ---
119.if !defined(NOINET6)
120_ip6fw= ip6fw
121_ping6= ping6
122.endif
123
124.if !defined(NO_VINUM)
125_vinum= vinum
126.endif

--- 22 unchanged lines hidden ---