a3089261bc
mdoc.samples(7) is superseded by mdoc(7).
11 lines
264 B
Makefile
11 lines
264 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
#MISSING: eqnchar.7 ms.7 term.7
|
|
MAN= ascii.7 build.7 clocks.7 environ.7 hier.7 hostname.7 intro.7 mailaddr.7 \
|
|
operator.7 ports.7 security.7 \
|
|
style.perl.7
|
|
MLINKS= intro.7 miscellaneous.7
|
|
|
|
.include <bsd.prog.mk>
|