mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
12 lines
180 B
Makefile
12 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(${.OBJDIR}/../../include)
|
|
INCLUDEOBJDIR= ${.OBJDIR}/../include
|
|
.else
|
|
INCLUDEOBJDIR= ${.CURDIR}/../include
|
|
.endif
|
|
|
|
depend lint tags:
|
|
|
|
.include <bsd.prog.mk>
|