Makefile (cfe30d02adda7c3b5c76156ac52d50d8cab325d9) | Makefile (e01d128a428f2d8d387a4eff6b3ec602423a1b3a) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2# $FreeBSD$ 3 4.include <bsd.own.mk> 5 6MAN= builtin.1 intro.1 7 | 1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2# $FreeBSD$ 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 --- |