Add: cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall

to includes target.  Now the world will build on a new 2.1 system again.
This commit is contained in:
Jordan K. Hubbard 1995-11-09 09:58:17 +00:00
parent 5739bf963a
commit a95f76aa8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12166

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.65 1995/10/26 09:24:59 phk Exp $
# $Id: Makefile,v 1.66 1995/11/05 18:42:23 jfieber Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@ -214,6 +214,7 @@ includes:
cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
.endif
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall