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

11 lines
201 B
PHP
Raw Normal View History

# $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"