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>
|