Deleted Added
full compact
Makefile (264410) Makefile (273929)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man7/Makefile 264410 2014-04-13 11:35:42Z jmmv $
2# $FreeBSD: head/share/man/man7/Makefile 273929 2014-11-01 11:17:54Z jmmv $
3
3
4.include <bsd.own.mk>
4.include <src.opts.mk>
5
6#MISSING: eqnchar.7 ms.7 term.7
7MAN= adding_user.7 \
8 ascii.7 \
9 bsd.snmpmod.mk.7 \
10 build.7 \
11 clocks.7 \
12 c99.7 \

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

32
33MLINKS= intro.7 miscellaneous.7
34MLINKS+= security.7 securelevel.7
35MLINKS+= c99.7 c.7
36MLINKS+= c99.7 c78.7
37MLINKS+= c99.7 c89.7
38MLINKS+= c99.7 c90.7
39
5
6#MISSING: eqnchar.7 ms.7 term.7
7MAN= adding_user.7 \
8 ascii.7 \
9 bsd.snmpmod.mk.7 \
10 build.7 \
11 clocks.7 \
12 c99.7 \

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

32
33MLINKS= intro.7 miscellaneous.7
34MLINKS+= security.7 securelevel.7
35MLINKS+= c99.7 c.7
36MLINKS+= c99.7 c78.7
37MLINKS+= c99.7 c89.7
38MLINKS+= c99.7 c90.7
39
40.if ${MK_TESTS} != "no"
41ATF= ${.CURDIR}/../../../contrib/atf
42.PATH: ${ATF}/doc
43MAN+= atf.7
44
45CLEANFILES+= atf.7
46atf.7: atf.7.in
47 sed -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
48 <"${ATF}/doc/atf.7.in" >atf.7
49.endif
50
40.include <bsd.prog.mk>
51.include <bsd.prog.mk>