mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
10 lines
226 B
Makefile
10 lines
226 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
SCRIPTS= makewhatis.local.sh
|
||
|
|
MAN= makewhatis.local.8
|
||
|
|
SCRIPTSDIR= ${LIBEXECDIR}
|
||
|
|
LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
|
||
|
|
MLINKS= makewhatis.local.8 catman.local.8
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|