From aa715558f4e2c14989727a3f4c496081f72cafa7 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 17 Jan 2004 13:41:16 +0000 Subject: - Properly build both crypto and non-crypto versions of the package management tools. - Drop redundant dependency of pkg_create(1) and pkg_delete(1) on crypto libraries now that they do not link with libfetch. --- secure/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure/Makefile') diff --git a/secure/Makefile b/secure/Makefile index b168391..2ee6067 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -4,7 +4,7 @@ SUBDIR= lib libexec usr.bin usr.sbin # These are 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 \ + lib/libfetch usr.bin/fetch usr.sbin/pkg_install \ lib/libtelnet libexec/telnetd usr.bin/telnet .if !defined(NO_SENDMAIL) SPROGS+=usr.sbin/sendmail -- cgit v1.1