]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pkg_install/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r56893,
[FreeBSD/FreeBSD.git] / usr.sbin / pkg_install / Makefile.inc
1 # $FreeBSD$
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"