mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 09:44:30 +01:00
7 lines
202 B
Makefile
7 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
|