summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/update/Makefile
blob: 2e38880811336a5e70b039c1079409959fb7771f (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

MAN=		pkg_update.1

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

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