Deleted Added
full compact
Makefile (164892) Makefile (164916)
1# @(#)Makefile 8.1 (Berkeley) 6/18/93
1# @(#)Makefile 8.1 (Berkeley) 6/18/93
2# $FreeBSD: head/share/man/man4/Makefile 164892 2006-12-04 22:42:27Z sam $
2# $FreeBSD: head/share/man/man4/Makefile 164916 2006-12-05 16:57:10Z ru $
3
4MAN= aac.4 \
5 acpi.4 \
6 ${_acpi_dock.4} \
7 acpi_thermal.4 \
8 acpi_video.4 \
9 adv.4 \
10 adw.4 \

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

229 ng_tee.4 \
230 ng_tty.4 \
231 ng_ubt.4 \
232 ng_UI.4 \
233 ng_uni.4 \
234 ng_vjc.4 \
235 ng_vlan.4 \
236 nmdm.4 \
3
4MAN= aac.4 \
5 acpi.4 \
6 ${_acpi_dock.4} \
7 acpi_thermal.4 \
8 acpi_video.4 \
9 adv.4 \
10 adw.4 \

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

229 ng_tee.4 \
230 ng_tty.4 \
231 ng_ubt.4 \
232 ng_UI.4 \
233 ng_uni.4 \
234 ng_vjc.4 \
235 ng_vlan.4 \
236 nmdm.4 \
237 ${_npe.4} \
238 nsp.4 \
239 null.4 \
240 ${_nve.4} \
241 ohci.4 \
242 oldcard.4 \
243 orm.4 \
244 pass.4 \
245 patm.4 \

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

526_nfsmb.4= nfsmb.4
527_nfe.4= nfe.4
528_nve.4= nve.4
529_rr232x.4= rr232x.4
530_spkr.4= spkr.4
531_speaker.4= speaker.4
532.endif
533
237 nsp.4 \
238 null.4 \
239 ${_nve.4} \
240 ohci.4 \
241 oldcard.4 \
242 orm.4 \
243 pass.4 \
244 patm.4 \

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

525_nfsmb.4= nfsmb.4
526_nfe.4= nfe.4
527_nve.4= nve.4
528_rr232x.4= rr232x.4
529_spkr.4= spkr.4
530_speaker.4= speaker.4
531.endif
532
534.if ${MACHINE_ARCH} == "arm"
535_npe.4= npe.4
536.endif
537
538.if exists(${.CURDIR}/man4.${MACHINE_ARCH})
539SUBDIR= man4.${MACHINE_ARCH}
540.endif
541
542.include <bsd.prog.mk>
533.if exists(${.CURDIR}/man4.${MACHINE_ARCH})
534SUBDIR= man4.${MACHINE_ARCH}
535.endif
536
537.include <bsd.prog.mk>