summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-11-09 10:57:04 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-11-09 10:57:04 +0000
commitec991c1c74a90838a71602b603ad2355e7a67c91 (patch)
treec0c6626bed2f596deba371cad2e19d19d9068b74
parent82215a9a23bd8bc04658f39b315268951b5632c7 (diff)
Notes
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c482a79414be..1a46d7fd53e0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.57.4.5 1995/09/18 08:52:26 davidg Exp $
+# $Id: Makefile,v 1.57.4.6 1995/11/05 18:38:16 jfieber Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -214,6 +214,7 @@ includes:
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
.endif
+ cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall