Deleted Added
full compact
Makefile (256366) Makefile (260013)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: stable/10/share/man/man7/Makefile 256366 2013-10-12 06:08:18Z rpaulo $
2# $FreeBSD: stable/10/share/man/man7/Makefile 260013 2013-12-28 20:05:31Z jmmv $
3
4.include <bsd.own.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 \

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

24 release.7 \
25 sdoc.7 \
26 security.7 \
27 sprog.7 \
28 stdint.7 \
29 sticky.7 \
30 tuning.7
31
3
4.include <bsd.own.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 \

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

24 release.7 \
25 sdoc.7 \
26 security.7 \
27 sprog.7 \
28 stdint.7 \
29 sticky.7 \
30 tuning.7
31
32.if ${MK_TESTS} != "no"
33MAN+= tests.7
34.endif
35
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.include <bsd.prog.mk>
36MLINKS= intro.7 miscellaneous.7
37MLINKS+= security.7 securelevel.7
38MLINKS+= c99.7 c.7
39MLINKS+= c99.7 c78.7
40MLINKS+= c99.7 c89.7
41MLINKS+= c99.7 c90.7
42
43.include <bsd.prog.mk>