Need to call on libmd in "includes" target.
This commit is contained in:
parent
345ee1c674
commit
267994de9f
3
Makefile
3
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)
|
||||
|
Loading…
Reference in New Issue
Block a user