12 lines
231 B
Makefile
12 lines
231 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SCRIPTS= man.sh
|
||
|
LINKS= ${BINDIR}/man ${BINDIR}/apropos \
|
||
|
${BINDIR}/man ${BINDIR}/manpath \
|
||
|
${BINDIR}/man ${BINDIR}/whatis
|
||
|
|
||
|
MAN= man.1 manpath.1 apropos.1 man.conf.5
|
||
|
MLINKS= apropos.1 whatis.1
|
||
|
|
||
|
.include <bsd.prog.mk>
|