summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/catman/Makefile
blob: f4bd03f7baec649fb7b53c26569704a0dc165692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NOMAN=	noman
CLEANFILES=	catman

beforeinstall: catman
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	     catman ${DESTDIR}${BINDIR}

.include <bsd.prog.mk>

catman: catman.sh
	sed -e 's,%compress%,${compress},' \
	-e 's,%compext%,${compext},' \
	-e 's,%zcat%,${zcat},' \
	   ${.CURDIR}/catman.sh > catman

OpenPOWER on IntegriCloud