Makefile.inc revision 91414
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile.inc 91414 2002-02-27 19:03:15Z sobomax $
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 !target(__foobar__)
11__foobar__:
12.if exists(../Makefile.inc)
13.include "../Makefile.inc"
14.endif
15.endif
16