Deleted Added
full compact
Makefile (158687) Makefile (158760)
1# @(#)Makefile 8.1 (Berkeley) 6/18/93
1# @(#)Makefile 8.1 (Berkeley) 6/18/93
2# $FreeBSD: head/share/man/man4/Makefile 158687 2006-05-17 09:33:15Z phk $
2# $FreeBSD: head/share/man/man4/Makefile 158760 2006-05-20 06:21:42Z brueffer $
3
4MAN= aac.4 \
5 acpi.4 \
3
4MAN= aac.4 \
5 acpi.4 \
6 ${_acpi_dock.4} \
6 acpi_thermal.4 \
7 acpi_video.4 \
8 adv.4 \
9 adw.4 \
10 agp.4 \
11 aha.4 \
12 ahb.4 \
13 ahc.4 \

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

493MLINKS+=vpo.4 imm.4
494MLINKS+=vr.4 if_vr.4
495MLINKS+=wb.4 if_wb.4
496MLINKS+=wi.4 if_wi.4
497MLINKS+=xe.4 if_xe.4
498MLINKS+=xl.4 if_xl.4
499
500.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
7 acpi_thermal.4 \
8 acpi_video.4 \
9 adv.4 \
10 adw.4 \
11 agp.4 \
12 aha.4 \
13 ahb.4 \
14 ahc.4 \

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

494MLINKS+=vpo.4 imm.4
495MLINKS+=vr.4 if_vr.4
496MLINKS+=wb.4 if_wb.4
497MLINKS+=wi.4 if_wi.4
498MLINKS+=xe.4 if_xe.4
499MLINKS+=xl.4 if_xl.4
500
501.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
502_acpi_dock.4= acpi_dock.4
501_amdsmb.4= amdsmb.4
502_if_nve.4= if_nve.4
503_ipmi.4= ipmi.4
504_nfsmb.4= nfsmb.4
505_nve.4= nve.4
506_rr232x.4= rr232x.4
507_spkr.4= spkr.4
508_speaker.4= speaker.4
509.endif
510
511.if exists(${.CURDIR}/man4.${MACHINE_ARCH})
512SUBDIR= man4.${MACHINE_ARCH}
513.endif
514
515.include <bsd.prog.mk>
503_amdsmb.4= amdsmb.4
504_if_nve.4= if_nve.4
505_ipmi.4= ipmi.4
506_nfsmb.4= nfsmb.4
507_nve.4= nve.4
508_rr232x.4= rr232x.4
509_spkr.4= spkr.4
510_speaker.4= speaker.4
511.endif
512
513.if exists(${.CURDIR}/man4.${MACHINE_ARCH})
514SUBDIR= man4.${MACHINE_ARCH}
515.endif
516
517.include <bsd.prog.mk>