1998-03-07 09:55:00 +01:00
|
|
|
# $Id$
|
|
|
|
|
|
|
|
.if exists(${.OBJDIR}/../lib)
|
|
|
|
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
|
|
|
|
.else
|
|
|
|
LIBINSTALL= ${.CURDIR}/../lib/libinstall.a
|
|
|
|
.endif
|
|
|
|
|
1994-09-13 12:20:02 +02:00
|
|
|
# Inherit BINDIR from one level up.
|
|
|
|
.include "../Makefile.inc"
|