Makefile.inc revision 124632
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile.inc 124632 2004-01-17 13:27:27Z ru $
2
3.if exists(${.OBJDIR}/../lib)
4LIBINSTALL=	${.OBJDIR}/../lib/libinstall.a
5.else
6LIBINSTALL=	${.CURDIR}/../lib/libinstall.a
7.endif
8
9# Inherit BINDIR from one level up.
10.if exists(${.CURDIR}/../../Makefile.inc)
11.include "${.CURDIR}/../../Makefile.inc"
12.endif
13