Deleted Added
full compact
Makefile (156813) Makefile (156905)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 156813 2006-03-17 18:54:44Z ru $
2# $FreeBSD: head/usr.sbin/Makefile 156905 2006-03-20 14:24:58Z ru $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: mkproto
7SUBDIR= ac \
8 accton \
9 ${_acpi} \
10 adduser \

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

60 getpmac \
61 gstat \
62 ${_i4b} \
63 ifmcstat \
64 inetd \
65 iostat \
66 ip6addrctl \
67 ipfwpcap \
3
4.include <bsd.own.mk>
5
6# XXX MISSING: mkproto
7SUBDIR= ac \
8 accton \
9 ${_acpi} \
10 adduser \

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

60 getpmac \
61 gstat \
62 ${_i4b} \
63 ifmcstat \
64 inetd \
65 iostat \
66 ip6addrctl \
67 ipfwpcap \
68 IPXrouted \
68 ${_IPXrouted} \
69 jail \
70 jexec \
71 jls \
72 kbdcontrol \
73 kbdmap \
74 ${_keyserv} \
75 ${_kgmon} \
76 ${_kgzip} \

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

231
232.if ${MK_INET6} != "no"
233_mld6query= mld6query
234_rip6query= rip6query
235_route6d= route6d
236_traceroute6= traceroute6
237.endif
238
69 jail \
70 jexec \
71 jls \
72 kbdcontrol \
73 kbdmap \
74 ${_keyserv} \
75 ${_kgmon} \
76 ${_kgzip} \

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

231
232.if ${MK_INET6} != "no"
233_mld6query= mld6query
234_rip6query= rip6query
235_route6d= route6d
236_traceroute6= traceroute6
237.endif
238
239.if ${MK_IPX} != "no"
240_IPXrouted= IPXrouted
241.endif
242
239.if ${MK_NIS} != "no"
240_rpc.yppasswdd= rpc.yppasswdd
241_rpc.ypupdated= rpc.ypupdated
242_rpc.ypxfrd= rpc.ypxfrd
243_ypbind= ypbind
244_yp_mkdb= yp_mkdb
245_yppoll= yppoll
246_yppush= yppush

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

278_asf= asf
279_btxld= btxld
280.if ${MK_I4B} != "no"
281_i4b= i4b
282.endif
283_kgmon= kgmon
284_kgzip= kgzip
285_lptcontrol= lptcontrol
243.if ${MK_NIS} != "no"
244_rpc.yppasswdd= rpc.yppasswdd
245_rpc.ypupdated= rpc.ypupdated
246_rpc.ypxfrd= rpc.ypxfrd
247_ypbind= ypbind
248_yp_mkdb= yp_mkdb
249_yppoll= yppoll
250_yppush= yppush

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

282_asf= asf
283_btxld= btxld
284.if ${MK_I4B} != "no"
285_i4b= i4b
286.endif
287_kgmon= kgmon
288_kgzip= kgzip
289_lptcontrol= lptcontrol
290.if ${MK_NCP} != "no"
286_mount_nwfs= mount_nwfs
291_mount_nwfs= mount_nwfs
292.endif
287_mount_smbfs= mount_smbfs
288_mptable= mptable
289_ndiscvt= ndiscvt
290_pccard= pccard
291_pnpinfo= pnpinfo
292.if ${MK_LIBPTHREAD} != "no"
293_pppctl= pppctl
294.endif

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

325.if ${MK_ACPI} != "no"
326_acpi= acpi
327.endif
328_asf= asf
329_boot0cfg= boot0cfg
330_btxld= btxld
331_kgmon= kgmon
332_lptcontrol= lptcontrol
293_mount_smbfs= mount_smbfs
294_mptable= mptable
295_ndiscvt= ndiscvt
296_pccard= pccard
297_pnpinfo= pnpinfo
298.if ${MK_LIBPTHREAD} != "no"
299_pppctl= pppctl
300.endif

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

331.if ${MK_ACPI} != "no"
332_acpi= acpi
333.endif
334_asf= asf
335_boot0cfg= boot0cfg
336_btxld= btxld
337_kgmon= kgmon
338_lptcontrol= lptcontrol
339.if ${MK_NCP} != "no"
333_mount_nwfs= mount_nwfs
340_mount_nwfs= mount_nwfs
341.endif
334_mount_smbfs= mount_smbfs
335_mptable= mptable
336_ndiscvt= ndiscvt
337.if ${MK_LIBPTHREAD} != "no"
338_pppctl= pppctl
339.endif
340_sicontrol= sicontrol
341_spkrtest= spkrtest

--- 27 unchanged lines hidden ---
342_mount_smbfs= mount_smbfs
343_mptable= mptable
344_ndiscvt= ndiscvt
345.if ${MK_LIBPTHREAD} != "no"
346_pppctl= pppctl
347.endif
348_sicontrol= sicontrol
349_spkrtest= spkrtest

--- 27 unchanged lines hidden ---