mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
12 lines
314 B
Makefile
12 lines
314 B
Makefile
# $FreeBSD$
|
|
MAINTAINER= wosch
|
|
|
|
SCRIPTS=makewhatis.perl makewhatis.local.sh
|
|
MAN= makewhatis.1 makewhatis.local.8
|
|
|
|
libexecdir=/usr/libexec
|
|
LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local
|
|
SCRIPTSDIR_makewhatis.local.sh= ${libexecdir}
|
|
MLINKS= makewhatis.local.8 catman.local.8
|
|
|
|
.include <bsd.prog.mk>
|