summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-10-24 16:04:56 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-10-24 16:04:56 +0000
commita98dcfa204fc59a4a4944347061647956fdcdac1 (patch)
tree95d855335f88ac7b5942ea84cde31813621f84bc /release
parentb5115253f7ea30e852ef4167cb5b70138b64ae34 (diff)
downloadFreeBSD-src-a98dcfa204fc59a4a4944347061647956fdcdac1.zip
FreeBSD-src-a98dcfa204fc59a4a4944347061647956fdcdac1.tar.gz
Fix up the build for the STARTTLS version of sendmail (again). This method
mimics that of tcpdump in that for normal builds, sendmail will only be built once. For 'make release', it is built once for the bin dist and once for the crypto dist. This method also removes the need for two separate Makefiles (which could become out of sync). Suggested by: bde Assisted by: kris
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 710379a..477cf94 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -410,7 +410,7 @@ release.4:
#
release.5:
# Handle some grief caused by the munition braindeadness.
- for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump ; do \
+ for i in sbin/init bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/sendmail usr.sbin/tcpdump/tcpdump ; do \
( cd ${.CURDIR}/../$$i; \
make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
done
OpenPOWER on IntegriCloud