xref: /386bsd/usr/src/share/man/man7/Makefile (revision a2142627)
1#	@(#)Makefile	5.6.1.1 (Berkeley) 5/7/91
2
3MAN7=	ascii.0 environ.0 hier.0 hostname.0 intro.0 mailaddr.0 \
4	mdoc.samples.0 operator.0 term.0
5MLINKS=	intro.7 miscellaneous.7
6
7all: ${MAN7}
8
9clean depend lint tags:
10
11cleandir:
12	rm -f ${MAN7}
13
14install: maninstall
15
16.include <bsd.prog.mk>
17