# $FreeBSD: head/usr.sbin/pkg_install/Makefile.inc 124632 2004-01-17 13:27:27Z ru $ .if exists(${.OBJDIR}/../lib) LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a .else LIBINSTALL= ${.CURDIR}/../lib/libinstall.a .endif # Inherit BINDIR from one level up. .if exists(${.CURDIR}/../../Makefile.inc) .include "${.CURDIR}/../../Makefile.inc" .endif