summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-09-19 05:32:31 +0000
committerphk <phk@FreeBSD.org>1994-09-19 05:32:31 +0000
commit2796b2bd7a1d4af638944ef0308d26126f29c116 (patch)
tree84ba4a5837fe54fe252bcb171e4d36883758f265 /Makefile
parent75e736a76f8ac82050a6f4361799c6f4b9822d7b (diff)
downloadFreeBSD-src-2796b2bd7a1d4af638944ef0308d26126f29c116.zip
FreeBSD-src-2796b2bd7a1d4af638944ef0308d26126f29c116.tar.gz
Need to call on libmd in "includes" target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7275f00..7ec7b13 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)
OpenPOWER on IntegriCloud