]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/man/Makefile
That's EN-19:17.ipfw. It's not an SA.
[FreeBSD/FreeBSD.git] / usr.bin / man / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SCRIPTS= man.sh
6 LINKS=  ${BINDIR}/man ${BINDIR}/manpath
7
8 MAN=    man.1 manpath.1 man.conf.5
9
10 .if ${MK_MANDOCDB} == no
11 LINKS+= ${BINDIR}/man ${BINDIR}/apropos \
12         ${BINDIR}/man ${BINDIR}/whatis
13 MAN+=   apropos.1
14 MLINKS= apropos.1 whatis.1
15 .endif
16
17 .include <bsd.prog.mk>