mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
13 lines
269 B
Makefile
13 lines
269 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(${.OBJDIR}/../lib)
|
|
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
|
|
.else
|
|
LIBINSTALL= ${.CURDIR}/../lib/libinstall.a
|
|
.endif
|
|
|
|
# Inherit BINDIR from one level up.
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|