freebsd-dev/gnu/usr.bin/man/makewhatis/Makefile

16 lines
438 B
Makefile
Raw Normal View History

MAN1= makewhatis.1
# MAN8= makewhatis.local.8
libexecdir=/usr/libexec
LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local
1993-07-07 23:07:02 +00:00
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/makewhatis.perl ${DESTDIR}${BINDIR}/makewhatis
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/makewhatis.local.sh \
${DESTDIR}${libexecdir}/makewhatis.local
.include <bsd.prog.mk>