From 267994de9f1b5d01a0b2595d7dcc6c80f6404dc3 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 19 Sep 1994 05:32:31 +0000 Subject: [PATCH] Need to call on libmd in "includes" target. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7275f00d8310..7ec7b1306aca 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.17 1994/09/12 05:17:15 rgrimes Exp $ +# $Id: Makefile,v 1.18 1994/09/16 20:24:15 wollman Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -175,6 +175,7 @@ includes: cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall .if exists(eBones) && !defined(NOCRYPT) && defined(NOKERBEROS) && \ !defined(NOEBONES)