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

.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