mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-22 07:20:00 +00:00
fix a make world problem.
updated beforeinstall target. mp.h from gnu/lib/libgmp.h has to be installed to /usr/include so that usr.bin/chkey and usr.bin/newkey can be compiled.
This commit is contained in:
parent
9a57b7d230
commit
3dfd5a6295
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28329
3
Makefile
3
Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.133 1997/08/05 03:49:45 asami Exp $
|
||||
# $Id: Makefile,v 1.134 1997/08/12 10:12:56 asami Exp $
|
||||
#
|
||||
# Make command line options:
|
||||
# -DCLOBBER will remove /usr/include
|
||||
@ -448,6 +448,7 @@ includes:
|
||||
cd ${.CURDIR}/gnu/lib/libstdc++ && ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/gnu/lib/libgmp && ${MAKE} beforeinstall
|
||||
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
|
||||
cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
|
||||
|
Loading…
Reference in New Issue
Block a user