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