summaryrefslogtreecommitdiffstats
path: root/kerberosIV/include/Makefile
blob: 3ec5c9a0aa818aebf37d478b22aa7b15e582fb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.if exists(${.OBJDIR}/../../include)
INCLUDEOBJDIR=	${.OBJDIR}/../include
.else
INCLUDEOBJDIR=	${.CURDIR}/../include
.endif

depend lint tags:

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud