summaryrefslogtreecommitdiffstats
path: root/kerberosIV/include/Makefile
blob: 504da2e7dbe96a0759b5e421fe094338fccb4314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$Id$

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

depend lint tags:

.include <bsd.prog.mk>

#${INCLUDEOBJDIR}/protos.h: ${KRB4DIR}/include/protos.H
#	cd ${INCLUDEOBJDIR} ; ln -sf ${.ALLSRC} ${.TARGET} 

#all:	${INCLUDEOBJDIR}/protos.h

#CLEANFILES= ${INCLUDEOBJDIR}/protos.h
OpenPOWER on IntegriCloud