1998-03-07 08:55:00 +00:00
|
|
|
# $Id$
|
|
|
|
|
|
|
|
.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.
|
|
|
|
.include "../Makefile.inc"
|