freebsd-src/kerberos5/include/Makefile

12 lines
175 B
Makefile
Raw Normal View History

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