mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
3e11bd9e2a
Reduce overlinking
12 lines
267 B
Makefile
12 lines
267 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= makewhatis
|
|
LIBADD= z
|
|
SCRIPTS= makewhatis.local.sh
|
|
MAN= makewhatis.1 makewhatis.local.8
|
|
SCRIPTSDIR= /usr/libexec
|
|
LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
|
|
MLINKS= makewhatis.local.8 catman.local.8
|
|
|
|
.include <bsd.prog.mk>
|