freebsd-dev/usr.sbin/pkg_install/Makefile.inc
2001-03-26 14:42:20 +00:00

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"