Makefile.inc revision 34149
1#	$Id$
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