xref: /dragonfly/usr.bin/man/Makefile (revision e5a92d33)
1# $FreeBSD: head/usr.bin/man/Makefile 315057 2017-03-11 06:51:21Z bapt $
2
3SCRIPTS= man.sh
4LINKS=	${BINDIR}/man ${BINDIR}/manpath
5
6MAN=	man.1 manpath.1 man.conf.5
7
8.include <bsd.prog.mk>
9