1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/gnu/usr.bin/man/catman/Makefile

16 lines
316 B
Makefile
Raw Normal View History

NOMAN= noman
CLEANFILES= catman
1993-07-23 02:36:24 +00:00
beforeinstall: catman
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
catman ${DESTDIR}${BINDIR}
1993-07-23 02:36:24 +00:00
.include <bsd.prog.mk>
catman: catman.sh
sed -e 's,%compress%,${compress},' \
-e 's,%compext%,${compext},' \
-e 's,%zcat%,${zcat},' \
${.CURDIR}/catman.sh > catman