1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $FreeBSD$ .if exists(${.OBJDIR}/../lib) LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a .else LIBINSTALL= ${.CURDIR}/../lib/libinstall.a .endif # Inherit BINDIR from one level up. .if !target(__foobar__) __foobar__: .if exists(../Makefile.inc) .include "../Makefile.inc" .endif .endif