]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/man/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>