xref: /csrg-svn/share/man/man7/Makefile (revision 41645)
1*41645Sbostic#	@(#)Makefile	5.5 (Berkeley) 05/11/90
2*41645Sbostic
3*41645SbosticMAN7=	ascii.0 environ.0 eqnchar.0 hier.0 hostname.0 intro.0 mailaddr.0 \
441548Sbostic	man.0 ms.0 operator.0 term.0
5*41645SbosticMLINKS=	intro.7 miscellaneous.7
633031Sbostic
7*41645Sbosticall: ${MAN7}
833031Sbostic
9*41645Sbosticclean depend lint tags:
10*41645Sbostic
1137060Sbosticcleandir:
12*41645Sbostic	rm -f ${MAN7}
1333031Sbostic
14*41645Sbosticinstall: maninstall
15*41645Sbostic
16*41645Sbostic.include <bsd.prog.mk>
17