Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Make 'make build' hook into crypto-tree for crypto specific ...
details: https://anonhg.NetBSD.org/src/rev/3163874fe26f
branches: trunk
changeset: 482696:3163874fe26f
user: aidan <aidan%NetBSD.org@localhost>
date: Sat Feb 19 17:49:49 2000 +0000
description:
Make 'make build' hook into crypto-tree for crypto specific build-time
dependencies.
diffstat:
Makefile | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 8fabc5466370 -r 3163874fe26f Makefile
--- a/Makefile Sat Feb 19 17:32:07 2000 +0000
+++ b/Makefile Sat Feb 19 17:49:49 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2000/02/01 01:22:05 assar Exp $
+# $NetBSD: Makefile,v 1.106 2000/02/19 17:49:49 aidan Exp $
# This is the top-level makefile for building NetBSD. For an outline of
# how to build a snapshot or release, as well as other release engineering
@@ -35,7 +35,12 @@
# more information on this.)
# snapshot: a synonym for release.
-.include <bsd.own.mk> # for configuration variables.
+SRCTOP=.
+.include <bsd.crypto.mk> # for configuration variables.
+
+.if defined(CRYPTOPATH)
+.sinclude "${CRYPTOPATH}/Makefile.frag"
+.endif
MKOBJDIRS ?= no
HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo
@@ -132,6 +137,9 @@
.if ${MKSHARE} != "no"
(cd ${.CURDIR}/share/tmac && ${MAKE} && ${MAKE} install)
.endif
+.if target(cryptobuild)
+ ${MAKE} ${_J} cryptobuild
+.endif
${MAKE} ${_J} dependall && ${MAKE} _BUILD= install
.if defined(DOMESTIC) && !defined(EXPORTABLE_SYSTEM)
(cd ${.CURDIR}/${DOMESTIC} && ${MAKE} ${_J} _SLAVE_BUILD= build)
Home |
Main Index |
Thread Index |
Old Index