From 578eca06dcca0633eddb397f27606be5e9d01db1 Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 2 May 2004 17:38:27 +0000 Subject: 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 --- secure/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'secure') 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 -- cgit v1.1