mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
6 lines
202 B
Makefile
6 lines
202 B
Makefile
# $Id: Makefile.inc,v 1.3 1994/11/14 20:45:28 phk Exp $
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.if exists(${.CURDIR}/../../../lib/Makefile.inc)
|
|
.include "${.CURDIR}/../../../lib/Makefile.inc"
|
|
.endif
|