summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile.inc
blob: 73ab2a31805274b3d7c471b6d2b43a867798fc1a (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id$

.if exists(${.OBJDIR}/../lib)
LIBINSTALL=	${.OBJDIR}/../lib/libinstall.a
.else
LIBINSTALL=	${.CURDIR}/../lib/libinstall.a
.endif

# Inherit BINDIR from one level up.
.include "../Makefile.inc"
OpenPOWER on IntegriCloud