Kernel tree reorganization stage 2: Major cvs repository work.
[dragonfly.git] / kerberos5 / include / Makefile
1 #       $Id$
2
3 .if exists(${.OBJDIR}/../../include)
4 INCLUDEOBJDIR=  ${.OBJDIR}/../include
5 .else
6 INCLUDEOBJDIR=  ${.CURDIR}/../include
7 .endif
8
9 depend lint tags:
10
11 .include <bsd.prog.mk>