summaryrefslogtreecommitdiffstats
path: root/kerberos5/include/Makefile
blob: 781f9591542e9dd0e1051556ab4db217d2fd1033 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$Id$

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

depend lint tags:

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