summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-05-02 17:38:27 +0000
committermarcel <marcel@FreeBSD.org>2004-05-02 17:38:27 +0000
commit578eca06dcca0633eddb397f27606be5e9d01db1 (patch)
tree637e4067d62da44f87a117137891cd38cf58b84c /secure
parentbb3fa69015f6977a46851239e2abe693232c60f6 (diff)
downloadFreeBSD-src-578eca06dcca0633eddb397f27606be5e9d01db1.zip
FreeBSD-src-578eca06dcca0633eddb397f27606be5e9d01db1.tar.gz
Fix release builds (release.3 target). We also need to rebuild libradius,
because otherwise it will remain having a dependency upon libssl. This breaks the non-crypto build that happens for release.3 While here, order the list of programs and libraries. Speculating review feedback from: ru
Diffstat (limited to 'secure')
-rw-r--r--secure/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/Makefile b/secure/Makefile
index 7261780..0ac35f2 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -3,10 +3,10 @@
SUBDIR= lib libexec usr.bin usr.sbin
# These are the programs which depend on crypto, but not Kerberos.
-SPROGS= bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump \
- lib/libfetch usr.bin/fetch usr.sbin/pkg_install \
- lib/libpam \
- lib/libtelnet libexec/telnetd usr.bin/telnet
+SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \
+ bin/ed libexec/telnetd usr.bin/fetch usr.bin/telnet \
+ usr.sbin/pkg_install usr.sbin/ppp usr.sbin/pppd \
+ usr.sbin/tcpdump/tcpdump
.if !defined(NO_SENDMAIL)
SPROGS+=usr.sbin/sendmail
.endif
OpenPOWER on IntegriCloud