mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
6 lines
202 B
Makefile
6 lines
202 B
Makefile
# $Id: Makefile.inc,v 1.3 1994/11/14 20:45:28 phk Exp $
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.if exists(${.CURDIR}/../../../lib/Makefile.inc)
|
|
.include "${.CURDIR}/../../../lib/Makefile.inc"
|
|
.endif
|