12 lines
175 B
Makefile
12 lines
175 B
Makefile
|
# $Id$
|
||
|
|
||
|
.if exists(${.OBJDIR}/../../include)
|
||
|
INCLUDEOBJDIR= ${.OBJDIR}/../include
|
||
|
.else
|
||
|
INCLUDEOBJDIR= ${.CURDIR}/../include
|
||
|
.endif
|
||
|
|
||
|
depend lint tags:
|
||
|
|
||
|
.include <bsd.prog.mk>
|