summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-10-05 15:39:47 +0000
committermarkm <markm@FreeBSD.org>1997-10-05 15:39:47 +0000
commit9ed8aa4c8ec236844db52261e1d8216abe799405 (patch)
tree6d53fc470cf4880e685dc4c99a8b82fa118467ee /Makefile
parente5021654d070c56d1267b15191452b632c62b1b9 (diff)
downloadFreeBSD-src-9ed8aa4c8ec236844db52261e1d8216abe799405.zip
FreeBSD-src-9ed8aa4c8ec236844db52261e1d8216abe799405.tar.gz
How the heck did this get back??
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d0ebcc0..54b4125 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.109.2.19 1997/09/28 16:33:05 mckay Exp $
+# $Id: Makefile,v 1.149 1997/10/05 09:34:41 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -552,8 +552,8 @@ libraries:
${MAKE} ${MK_FLAGS} all && \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
.endif
-.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
- cd ${.CURDIR}/eBones/lib && ${MAKE} depend && \
+.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_KERBEROS4)
+ cd ${.CURDIR}/kerberosIV/lib && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all && \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
.endif
OpenPOWER on IntegriCloud