From 028dd5fc32e54ca4e8db4c91c5e083fa018b6a62 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 10 Nov 1995 03:06:55 +0000 Subject: Add: cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall To includes target. Move the other one inside the eBones .ifdef too; must have been really sleepy before! [Mark, you really don't need a diff for this - it's pretty obvious! :-)] --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.3