eb9e1f54bd
This is not ready for primetime yet! Please hold off on the bug reports.
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>
|