mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
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>
|