mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 17:21:10 +01:00
b71fb1a4aa
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
7 lines
138 B
Makefile
7 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc"
|
|
.if exists(${.CURDIR:H:H:H}/lib/Makefile.inc)
|
|
.include "${.CURDIR:H:H:H}/lib/Makefile.inc"
|
|
.endif
|