mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05: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
|