10d91505dd
- r258014 Document WITH_TESTS src.conf(5) option. - r263089 Fix description of WITHOUT_BMAKE's purpose. - r264408 Fix test suite name in src.conf(5). - r264410 Document how to install the test suite. - r264412 Add FreeBSD 10.1 to the list of recognized releases for Fx. - r264413 Miscellaneous fixes to tests(7).
41 lines
596 B
Makefile
41 lines
596 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
#MISSING: eqnchar.7 ms.7 term.7
|
|
MAN= adding_user.7 \
|
|
ascii.7 \
|
|
bsd.snmpmod.mk.7 \
|
|
build.7 \
|
|
clocks.7 \
|
|
c99.7 \
|
|
development.7 \
|
|
environ.7 \
|
|
ffs.7 \
|
|
firewall.7 \
|
|
hier.7 \
|
|
hostname.7 \
|
|
intro.7 \
|
|
maclabel.7 \
|
|
mailaddr.7 \
|
|
operator.7 \
|
|
ports.7 \
|
|
release.7 \
|
|
sdoc.7 \
|
|
security.7 \
|
|
sprog.7 \
|
|
stdint.7 \
|
|
sticky.7 \
|
|
tests.7 \
|
|
tuning.7
|
|
|
|
MLINKS= intro.7 miscellaneous.7
|
|
MLINKS+= security.7 securelevel.7
|
|
MLINKS+= c99.7 c.7
|
|
MLINKS+= c99.7 c78.7
|
|
MLINKS+= c99.7 c89.7
|
|
MLINKS+= c99.7 c90.7
|
|
|
|
.include <bsd.prog.mk>
|