freebsd-dev/gnu/usr.bin/man/apropos/Makefile
2001-04-07 11:21:35 +00:00

23 lines
540 B
Makefile

# $FreeBSD$
MAINTAINER= wosch
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>