freebsd-dev/kerberosIV/include/Makefile
1999-09-19 22:00:58 +00:00

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>