freebsd-dev/gnu/usr.bin/man/apropos/Makefile
2005-07-17 21:18:09 +00:00

22 lines
522 B
Makefile

# $FreeBSD$
SCRIPTS=apropos
MAN= apropos.1
CLEANFILES+= ${SCRIPTS} ${MAN}
LINKS= ${BINDIR}/apropos ${BINDIR}/whatis
MLINKS= apropos.1 whatis.1
.sh:
sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
-e 's,%pager%,${pager},' \
${.ALLSRC} > ${.TARGET}
apropos.1: apropos.man
sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
-e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \
-e 's,%manpath_config_file%,${manpath_config_file},' \
${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>