Deleted Added
full compact
Makefile (256281) Makefile (260013)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: stable/10/share/man/man1/Makefile 241823 2012-10-22 01:18:41Z marcel $
2# $FreeBSD: stable/10/share/man/man1/Makefile 260013 2013-12-28 20:05:31Z jmmv $
3
4.include <bsd.own.mk>
5
6MAN= builtin.1 intro.1
7
3
4.include <bsd.own.mk>
5
6MAN= builtin.1 intro.1
7
8.if ${MK_ATF} != "no"
8.if ${MK_TESTS} != "no"
9ATF= ${.CURDIR}/../../../contrib/atf
10.PATH: ${ATF}/doc
11MAN+= atf-test-program.1
12.endif
13
14# Create MLINKS for Shell built in commands for which there are no userland
15# utilities of the same name:
16MLINKS= builtin.1 alias.1 \

--- 87 unchanged lines hidden ---
9ATF= ${.CURDIR}/../../../contrib/atf
10.PATH: ${ATF}/doc
11MAN+= atf-test-program.1
12.endif
13
14# Create MLINKS for Shell built in commands for which there are no userland
15# utilities of the same name:
16MLINKS= builtin.1 alias.1 \

--- 87 unchanged lines hidden ---