freebsd-dev/kerberosIV/include/Makefile

12 lines
180 B
Makefile
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
.if exists(${.OBJDIR}/../../include)
INCLUDEOBJDIR= ${.OBJDIR}/../include
.else
INCLUDEOBJDIR= ${.CURDIR}/../include
.endif
depend lint tags:
.include <bsd.prog.mk>