Deleted Added
full compact
Makefile (160756) Makefile (160892)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 160756 2006-07-27 15:39:29Z yar $
2# $FreeBSD: head/usr.sbin/Makefile 160892 2006-08-01 22:19:01Z sobomax $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: mkproto
7SUBDIR= ac \
8 accton \
9 ${_acpi} \
10 adduser \

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

105 ${_ndiscvt} \
106 ${_ndp} \
107 newsyslog \
108 nfsd \
109 ngctl \
110 nghook \
111 nologin \
112 ntp \
3
4.include <bsd.own.mk>
5
6# XXX MISSING: mkproto
7SUBDIR= ac \
8 accton \
9 ${_acpi} \
10 adduser \

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

105 ${_ndiscvt} \
106 ${_ndp} \
107 newsyslog \
108 nfsd \
109 ngctl \
110 nghook \
111 nologin \
112 ntp \
113 ${_nvram} \
113 ${_ofwdump} \
114 ${_pccard} \
115 pciconf \
116 periodic \
117 pkg_install \
118 pmccontrol \
119 pmcstat \
120 ${_pnpinfo} \

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

364.if ${MK_LIBPTHREAD} != "no"
365_pppctl= pppctl
366.endif
367_zzz= zzz
368.endif
369
370.if ${MACHINE_ARCH} == "powerpc"
371_mount_smbfs= mount_smbfs
114 ${_ofwdump} \
115 ${_pccard} \
116 pciconf \
117 periodic \
118 pkg_install \
119 pmccontrol \
120 pmcstat \
121 ${_pnpinfo} \

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

365.if ${MK_LIBPTHREAD} != "no"
366_pppctl= pppctl
367.endif
368_zzz= zzz
369.endif
370
371.if ${MACHINE_ARCH} == "powerpc"
372_mount_smbfs= mount_smbfs
373_nvram= nvram
372.endif
373
374.if ${MACHINE_ARCH} == "sparc64"
375_eeprom= eeprom
376_ofwdump= ofwdump
377.if ${MK_LIBTHR} != "no"
378_pppctl= pppctl
379.endif
380.endif
381
382.include <bsd.subdir.mk>
374.endif
375
376.if ${MACHINE_ARCH} == "sparc64"
377_eeprom= eeprom
378_ofwdump= ofwdump
379.if ${MK_LIBTHR} != "no"
380_pppctl= pppctl
381.endif
382.endif
383
384.include <bsd.subdir.mk>