freebsd_amp_hwpstate/usr.sbin/pkg_install/Makefile.inc

11 lines
206 B
PHP
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $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"