freebsd-src/usr.sbin/pkg_install/Makefile.inc

13 lines
269 B
PHP
Raw Normal View History

1999-08-28 02:35:59 +01:00
# $FreeBSD$
.if exists(${.OBJDIR}/../lib)
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
.else
LIBINSTALL= ${.CURDIR}/../lib/libinstall.a
.endif
# Inherit BINDIR from one level up.
2004-01-17 13:27:27 +00:00
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif