mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
11 lines
206 B
Makefile
11 lines
206 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.
|
|
.include "../Makefile.inc"
|