diff options
author | ru <ru@FreeBSD.org> | 2004-01-17 13:41:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-01-17 13:41:16 +0000 |
commit | aa715558f4e2c14989727a3f4c496081f72cafa7 (patch) | |
tree | 79b1321000d3e21e49ba02e0adc2e8379fbfb74e /secure | |
parent | ddb28fa2a8105561158b9b8b18bc101c35b1d30a (diff) | |
download | FreeBSD-src-aa715558f4e2c14989727a3f4c496081f72cafa7.zip FreeBSD-src-aa715558f4e2c14989727a3f4c496081f72cafa7.tar.gz |
- 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.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |