mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
libraries, so that `ld -f' in can create correct dependencies for yet-to-be-built libraries.
10 lines
201 B
Makefile
10 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"
|