Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / pkg_install / Makefile.inc
1 # $FreeBSD: src/usr.sbin/pkg_install/Makefile.inc,v 1.5 1999/08/28 01:17:53 peter Exp $
2
3 .if exists(${.OBJDIR}/../lib)
4 LIBINSTALL=     ${.OBJDIR}/../lib/libinstall.a
5 .else
6 LIBINSTALL=     ${.CURDIR}/../lib/libinstall.a
7 .endif
8
9 # Inherit BINDIR from one level up.
10 .include "../Makefile.inc"