]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/man/Makefile
Apply upstream revision 3612ff6fcec0e3d1f2a598135fe12177c0419582:
[FreeBSD/releng/10.2.git] / usr.bin / man / Makefile
1 # $FreeBSD$
2
3 SCRIPTS= man.sh
4 LINKS=  ${BINDIR}/man ${BINDIR}/apropos \
5         ${BINDIR}/man ${BINDIR}/manpath \
6         ${BINDIR}/man ${BINDIR}/whatis
7
8 MAN=    man.1 manpath.1 apropos.1 man.conf.5
9 MLINKS= apropos.1 whatis.1
10
11 .include <bsd.prog.mk>