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

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

NOOBJ=

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

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