Need to call on libmd in "includes" target.

This commit is contained in:
Poul-Henning Kamp 1994-09-19 05:32:31 +00:00
parent 345ee1c674
commit 267994de9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2883

View File

@ -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)