blob: b881c334989acd20c5f9568cd39e1355beb4c82b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.13 2005/05/12 09:12:57 jmc 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 script.7 securelevel.7
MLINKS= mdoc.7 mandoc.7 mdoc.samples.7 mandoc.samples.7 \
mirroring-ports.7 mirror-maker.7
.include <bsd.prog.mk>
|