mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 13:28:01 -04:00
5 lines
126 B
Makefile
5 lines
126 B
Makefile
|
|
.include "../Makefile.inc"
|
|
.if exists(${.CURDIR:H:H:H}/lib/Makefile.inc)
|
|
.include "${.CURDIR:H:H:H}/lib/Makefile.inc"
|
|
.endif
|