summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-07-24 17:28:52 +0000
committermarkm <markm@FreeBSD.org>2003-07-24 17:28:52 +0000
commite3a28405edfe87f33fe52b32b7304a30634a5964 (patch)
tree264e0cc0e473cf6a8fdaf654cced96bfdf1d6df9 /release/Makefile
parentc26205b55380c77b3e0a6f931ada7b68540fa6ae (diff)
downloadFreeBSD-src-e3a28405edfe87f33fe52b32b7304a30634a5964.zip
FreeBSD-src-e3a28405edfe87f33fe52b32b7304a30634a5964.tar.gz
Get the correct set of cryptographically-infected binaries
automagically from the (secure|kerberos5)/Makefile:[KS]PROG.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/release/Makefile b/release/Makefile
index 534dea5..648266b 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -29,6 +29,12 @@ BUILDNAME?=${BASE}-${DATE}-SNAP
# If this is a -stable snapshot, then set
#RELEASETAG=RELENG_4
#
+# To test a release with a source tree containing patches and
+# other work. This tree will get copied instead of getting the
+# src/ tree from a CVS checkout. For "rerelease", this will NOT
+# be copied; cvs update will be used instead.
+#EXTSRCDIR=/usr/src
+#
# To add other options to the CVS subcommands (co,up), set
#CVSCMDARGS="-D '01/01/2002 00:00:00 UTC'"
#
@@ -38,6 +44,9 @@ BUILDNAME?=${BASE}-${DATE}-SNAP
# To prefix the cvs command
#CVSPREFIX="/usr/bin/time"
#
+# Where the CVS repository is
+#CVSROOT="/home/ncvs"
+#
# Non-zero if ${RELEASETAG} is in the form "RELENG_ver_RELEASE"; we
# are building an official release. Otherwise, we are building for
# a branch.
@@ -232,14 +241,9 @@ ZIPNSPLIT= gzip --no-name -9 -c | split -b 1423k -
# Things that need to be compiled without crypto support in releases
.if !defined(FIXCRYPTO)
-FIXCRYPTO!= cd ${.CURDIR}/../kerberos5; ${MAKE} -V KPROGS
-FIXCRYPTO+= bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump \
- lib/libfetch usr.bin/fetch
-.if !defined(NO_SENDMAIL)
-FIXCRYPTO+= usr.sbin/sendmail
+FIXCRYPTO!= cd ${.CURDIR}/../kerberos5; ${MAKE} -V KPROGS; \
+ cd ${.CURDIR}/../secure; ${MAKE} -V SPROGS
.endif
-.endif
-
# Things which may get you into trouble if you change them
MTREEFILES= ${.CURDIR}/../etc/mtree
OpenPOWER on IntegriCloud