mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
6 lines
138 B
Makefile
6 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
|