summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-11-10 03:06:55 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-11-10 03:06:55 +0000
commit028dd5fc32e54ca4e8db4c91c5e083fa018b6a62 (patch)
tree4e3c2cdb889a78ccd72854f28d817a1ba88ee80b
parent0273ba731e7c3c4405326817a8a2e929f91fc88e (diff)
Notes
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1a46d7fd53e0..e04fc63469ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.57.4.6 1995/11/05 18:38:16 jfieber Exp $
+# $Id: Makefile,v 1.57.4.7 1995/11/09 10:57:04 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -213,8 +213,9 @@ includes:
cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
-.endif
cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
+ cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall
+.endif
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall