From a4444a92b70fd2bfa55141aaf1418c32563cb5ad Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 9 Nov 1995 09:58:17 +0000 Subject: [PATCH] Add: cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall to includes target. Now the world will build on a new 2.1 system again. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91bc56d779f..69c77facf96 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 -- 2.45.2