From c2e6431816546e9f17712434a78e4f4cfa6f9e8a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 26 Nov 1995 07:31:13 +0000 Subject: [PATCH] Bring forward libkadm change from 2.1 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd7a1efce15..d229359d6bb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.67 1995/11/09 09:58:17 jkh Exp $ +# $Id: Makefile,v 1.68 1995/11/25 01:28:07 peter Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -231,6 +231,7 @@ includes: .if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES) cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall 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