mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
11 lines
175 B
Makefile
11 lines
175 B
Makefile
# $Id$
|
|
|
|
.if exists(${.OBJDIR}/../../include)
|
|
INCLUDEOBJDIR= ${.OBJDIR}/../include
|
|
.else
|
|
INCLUDEOBJDIR= ${.CURDIR}/../include
|
|
.endif
|
|
|
|
depend lint tags:
|
|
|
|
.include <bsd.prog.mk>
|