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
|