summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-11-09 09:58:17 +0000
committerjkh <jkh@FreeBSD.org>1995-11-09 09:58:17 +0000
commita4444a92b70fd2bfa55141aaf1418c32563cb5ad (patch)
tree54feb998a9c780d40f697c7ff4aeb2ed4fce2da2 /Makefile
parentd892c3c42b8d225568d12bc1056d1e2ebad81b8e (diff)
downloadFreeBSD-src-a4444a92b70fd2bfa55141aaf1418c32563cb5ad.zip
FreeBSD-src-a4444a92b70fd2bfa55141aaf1418c32563cb5ad.tar.gz
Add: cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
to includes target. Now the world will build on a new 2.1 system again.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91bc56d..69c77fa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.65 1995/10/26 09:24:59 phk Exp $
+# $Id: Makefile,v 1.66 1995/11/05 18:42:23 jfieber Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -214,6 +214,7 @@ includes:
cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
+ cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
.endif
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud