EGCS will have some new includes that need to be installed.
This commit is contained in:
parent
c218a2a5f4
commit
e7867623f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user