7 lines
158 B
Makefile
7 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.if exists(${.CURDIR}/../../../lib/Makefile.inc)
|
|
.include "${.CURDIR}/../../../lib/Makefile.inc"
|
|
.endif
|