Deleted Added
full compact
Makefile (257771) Makefile (260013)
1# @(#)Makefile 8.1 (Berkeley) 6/18/93
1# @(#)Makefile 8.1 (Berkeley) 6/18/93
2# $FreeBSD: stable/10/share/man/man4/Makefile 257771 2013-11-06 23:59:19Z pjd $
2# $FreeBSD: stable/10/share/man/man4/Makefile 260013 2013-12-28 20:05:31Z jmmv $
3
4.include <bsd.own.mk>
5
6MAN= aac.4 \
7 aacraid.4 \
8 acpi.4 \
9 ${_acpi_asus.4} \
10 ${_acpi_asus_wmi.4} \

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

822.if ${MACHINE_CPUARCH} == "mips"
823_nvram2env.4= nvram2env.4
824.endif
825
826.if exists(${.CURDIR}/man4.${MACHINE_CPUARCH})
827SUBDIR= man4.${MACHINE_CPUARCH}
828.endif
829
3
4.include <bsd.own.mk>
5
6MAN= aac.4 \
7 aacraid.4 \
8 acpi.4 \
9 ${_acpi_asus.4} \
10 ${_acpi_asus_wmi.4} \

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

822.if ${MACHINE_CPUARCH} == "mips"
823_nvram2env.4= nvram2env.4
824.endif
825
826.if exists(${.CURDIR}/man4.${MACHINE_CPUARCH})
827SUBDIR= man4.${MACHINE_CPUARCH}
828.endif
829
830.if ${MK_ATF} != "no"
830.if ${MK_TESTS} != "no"
831ATF= ${.CURDIR}/../../../contrib/atf
832.PATH: ${ATF}/doc
833_atf_test_case.4= atf-test-case.4
834.endif
835
836.if ${MK_PF} != "no"
837_pf.4= pf.4
838_pflog.4= pflog.4
839_pfsync.4= pfsync.4
840.endif
841
842.include <bsd.prog.mk>
831ATF= ${.CURDIR}/../../../contrib/atf
832.PATH: ${ATF}/doc
833_atf_test_case.4= atf-test-case.4
834.endif
835
836.if ${MK_PF} != "no"
837_pf.4= pf.4
838_pflog.4= pflog.4
839_pfsync.4= pfsync.4
840.endif
841
842.include <bsd.prog.mk>