Makefile.inc revision 74816
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile.inc 74816 2001-03-26 14:42:20Z 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.include "../Makefile.inc"
11