Deleted Added
full compact
Makefile.inc (2724) Makefile.inc (34149)
1# $Id$
2
3.if exists(${.OBJDIR}/../lib)
4LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
5.else
6LIBINSTALL= ${.CURDIR}/../lib/libinstall.a
7.endif
8
1# Inherit BINDIR from one level up.
2.include "../Makefile.inc"
9# Inherit BINDIR from one level up.
10.include "../Makefile.inc"