summaryrefslogtreecommitdiffstats
path: root/usr.bin/global/htags/Makefile
blob: 197d5bb6ad475f10cc17656a5cc79d03f50f9c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

GLOBAL_DIR=	${.CURDIR}/../../../contrib/global
.PATH:		${GLOBAL_DIR}/htags

MAN1=	htags.1

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${GLOBAL_DIR}/htags/htags.pl ${DESTDIR}${BINDIR}/htags

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud