6dd8984675
libraries, so that `ld -f' in can create correct dependencies for yet-to-be-built libraries.
11 lines
201 B
Makefile
11 lines
201 B
Makefile
# $Id$
|
|
|
|
.if exists(${.OBJDIR}/../lib)
|
|
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
|
|
.else
|
|
LIBINSTALL= ${.CURDIR}/../lib/libinstall.a
|
|
.endif
|
|
|
|
# Inherit BINDIR from one level up.
|
|
.include "../Makefile.inc"
|