freebsd-dev/kerberosIV/include/Makefile
Mark Murray 5f6559a29b Initial import of the new kerberosIV Makefiles.
I will follow up with the userland sources over the next few days.
The impatient of you can play with this, but you do this without
support or blessing until I am finished ;-)
1997-09-24 20:37:15 +00:00

19 lines
359 B
Makefile

# $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