Deleted Added
full compact
2c2
< # $Id: Makefile,v 1.14 1994/08/26 20:44:12 paul Exp $
---
> # $Id: Makefile,v 1.15 1994/09/03 02:38:28 paul Exp $
13a14
> # -DNOEBONES do not make eBones (kerberosIV)
44a46,49
> .if exists(eBones) && !defined(NOCRYPT) && defined(NOKERBEROS) \
> && !defined(NOEBONES)
> SUBDIR+= eBones
> .endif
163c168
< .if !defined(NOCRYPT) && !defined(NOKERBEROS)
---
> .if exists(kerberosIV) && !defined(NOCRYPT) && !defined(NOKERBEROS)
169a175,178
> .if exists(eBones) && !defined(NOCRYPT) && defined(NOKERBEROS) && \
> !defined(NOEBONES)
> cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
> .endif
194c203
< .if !defined(NOCRYPT) && !defined(NOKERBEROS)
---
> .if exists(kerberosIV) && !defined(NOCRYPT) && !defined(NOKERBEROS)
203a213,223
> .if exists(eBones) && !defined(NOCRYPT) && defined(NOKERBEROS) && \
> !defined(NOEBONES)
> cd ${.CURDIR}/eBones/des && \
> ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
> cd ${.CURDIR}/eBones/acl && \
> ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
> cd ${.CURDIR}/eBones/kdb && \
> ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
> cd ${.CURDIR}/eBones/krb && \
> ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
> .endif