Deleted Added
full compact
Makefile (228501) Makefile (241823)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man7/Makefile 228501 2011-12-14 15:19:40Z mav $
2# $FreeBSD: head/share/man/man7/Makefile 241823 2012-10-22 01:18:41Z marcel $
3
3
4.include <bsd.own.mk>
5
4#MISSING: eqnchar.7 ms.7 term.7
5MAN= adding_user.7 \
6 ascii.7 \
7 bsd.snmpmod.mk.7 \
8 build.7 \
9 clocks.7 \
10 c99.7 \
11 development.7 \
12 environ.7 \
13 ffs.7 \
14 firewall.7 \
15 hier.7 \
16 hostname.7 \
17 intro.7 \
18 maclabel.7 \
19 mailaddr.7 \
20 operator.7 \
21 ports.7 \
22 release.7 \
23 sdoc.7 \
24 security.7 \
25 sprog.7 \
26 stdint.7 \
27 sticky.7 \
28 tuning.7
29
30MLINKS= intro.7 miscellaneous.7
31MLINKS+= security.7 securelevel.7
32MLINKS+= c99.7 c.7
33MLINKS+= c99.7 c78.7
34MLINKS+= c99.7 c89.7
35MLINKS+= c99.7 c90.7
36
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 \
13 development.7 \
14 environ.7 \
15 ffs.7 \
16 firewall.7 \
17 hier.7 \
18 hostname.7 \
19 intro.7 \
20 maclabel.7 \
21 mailaddr.7 \
22 operator.7 \
23 ports.7 \
24 release.7 \
25 sdoc.7 \
26 security.7 \
27 sprog.7 \
28 stdint.7 \
29 sticky.7 \
30 tuning.7
31
32MLINKS= intro.7 miscellaneous.7
33MLINKS+= security.7 securelevel.7
34MLINKS+= c99.7 c.7
35MLINKS+= c99.7 c78.7
36MLINKS+= c99.7 c89.7
37MLINKS+= c99.7 c90.7
38
39.if ${MK_ATF} != "no"
40ATF= ${.CURDIR}/../../../contrib/atf
41.PATH: ${ATF}/doc
42MAN+= atf.7
43
44CLEANFILES+= atf.7 atf.7.tmp
45atf.7: atf.7.in
46 sed -e 's,__DOCDIR__,${DOCDIR}/atf,g' \
47 -e 's,__TESTSDIR__,${TESTSBASE},g' \
48 < ${.ALLSRC} > ${.TARGET}.tmp
49 mv ${.TARGET}.tmp ${.TARGET}
50.endif
51
37.include <bsd.prog.mk>
52.include <bsd.prog.mk>