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