| version 1.117, 2000/05/21 07:33:05 |
version 1.118, 2000/06/20 06:00:24 |
|
|
| # more information on this.) |
# more information on this.) |
| # snapshot: a synonym for release. |
# snapshot: a synonym for release. |
| |
|
| SRCTOP=. |
.include <bsd.own.mk> |
| .include <bsd.crypto.mk> # for configuration variables. |
|
| |
|
| .if defined(CRYPTOPATH) |
|
| .sinclude "${CRYPTOPATH}/Makefile.frag" |
|
| .endif |
|
| |
|
| MKOBJDIRS ?= no |
MKOBJDIRS ?= no |
| HAVE_EGCS!= ${CXX} --version | egrep "^(2\.[89]|egcs)" ; echo |
HAVE_EGCS!= ${CXX} --version | egrep "^(2\.[89]|egcs)" ; echo |
| Line 152 build: buildmsg beforeinstall |
|
| Line 147 build: buildmsg beforeinstall |
|
| (cd ${.CURDIR}/gnu/lib && \ |
(cd ${.CURDIR}/gnu/lib && \ |
| ${MAKE} ${_M} ${_J} MKSHARE=no dependall && \ |
${MAKE} ${_M} ${_J} MKSHARE=no dependall && \ |
| ${MAKE} ${_M} MKSHARE=no install) |
${MAKE} ${_M} MKSHARE=no install) |
| .if target(cryptobuild) |
|
| ${MAKE} ${_M} ${_J} cryptobuild |
|
| .endif |
|
| ${MAKE} ${_M} ${_J} dependall && ${MAKE} ${_M} _BUILD= install |
${MAKE} ${_M} ${_J} dependall && ${MAKE} ${_M} _BUILD= install |
| .if defined(DOMESTIC) && !defined(EXPORTABLE_SYSTEM) |
.if defined(DOMESTIC) && !defined(EXPORTABLE_SYSTEM) |
| (cd ${.CURDIR}/${DOMESTIC} && ${MAKE} ${_M} ${_J} _SLAVE_BUILD= build) |
(cd ${.CURDIR}/${DOMESTIC} && ${MAKE} ${_M} ${_J} _SLAVE_BUILD= build) |