1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1998-03-07 08:55:00 +00:00
|
|
|
|
|
|
|
.if exists(${.OBJDIR}/../lib)
|
|
|
|
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
|
|
|
|
.else
|
|
|
|
LIBINSTALL= ${.CURDIR}/../lib/libinstall.a
|
|
|
|
.endif
|
|
|
|
|
1994-09-13 10:20:02 +00:00
|
|
|
# Inherit BINDIR from one level up.
|
2002-02-27 19:03:15 +00:00
|
|
|
.if !target(__foobar__)
|
|
|
|
__foobar__:
|
|
|
|
.if exists(../Makefile.inc)
|
1994-09-13 10:20:02 +00:00
|
|
|
.include "../Makefile.inc"
|
2002-02-27 19:03:15 +00:00
|
|
|
.endif
|
|
|
|
.endif
|