EGCS will have some new includes that need to be installed.

This commit is contained in:
David E. O'Brien 1999-04-03 08:18:43 +00:00
parent 0fc8c5569a
commit 871b1fd2f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45261

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.67 1999/03/31 06:42:36 obrien Exp $
# $Id: Makefile.inc1,v 1.68 1999/04/02 15:37:07 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -522,6 +522,7 @@ includes:
cd ${.CURDIR}/gnu/lib/libg++; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libgmp; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
.if exists(secure) && !defined(NOCRYPT)
cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall
.endif