blob: 02562fc1896c8702fa9f25652a034fe0bdb1fe53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.11 2001/11/21 23:40:17 avsm Exp $
# $NetBSD: Makefile,v 1.6 1994/12/22 10:50:05 cgd Exp $
# missing: eqnchar.7 man.7 ms.7 term.7
MAN= ascii.7 environ.7 hier.7 hostname.7 intro.7 kgdb.7 library-specs.7 \
mailaddr.7 mdoc.7 mdoc.samples.7 mirroring-ports.7 operator.7 \
packages.7 packages-specs.7 ports.7 securelevel.7
MLINKS= mdoc.7 mandoc.7 mdoc.samples.7 mandoc.samples.7
.include <bsd.prog.mk>
|