mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 20:27:55 +01:00
64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
6 lines
99 B
Makefile
6 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(${.CURDIR:H:H}/Makefile.inc)
|
|
.include "${.CURDIR:H:H}/Makefile.inc"
|
|
.endif
|