]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.bin/man/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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>